Make WordPress Core

Changeset 33291


Ignore:
Timestamp:
07/15/2015 11:51:41 PM (9 years ago)
Author:
iseulde
Message:

Editor: word count: update translator message

See #30966.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r33280 r33291  
    399399    did_action( 'init' ) && $scripts->localize( 'word-count', 'wordCountL10n', array(
    400400        /* translators: If your word count is based on single characters (East Asian characters),
    401            enter 'characters'. Otherwise, enter 'words'. Do not translate into your own language. */
    402         'type' => _x( 'words', 'word count: words or characters?' )
     401           enter 'characters', or 'all' to include spaces. Otherwise, enter 'words'.
     402           Do not translate into your own language. */
     403        'type' => _x( 'words', 'word count: words, characters or all?' )
    403404    ) );
    404405
Note: See TracChangeset for help on using the changeset viewer.