Make WordPress Core


Ignore:
Timestamp:
03/19/2014 08:17:08 AM (11 years ago)
Author:
nacin
Message:

More translation cleanups.

Affects widgets (see #27112), custom headers (see #21785), theme installer (see #27055, reverts [27614]), and some media stuff. Untranslates some complicated strings that need additional study.

see #27453.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/themes.php

    r27469 r27620  
    105105        'addNew' => __( 'Add New Theme' ),
    106106        'search'  => __( 'Search Installed Themes' ),
    107         'searchPlaceholder' => __( 'Search installed themes...' ),
     107        'searchPlaceholder' => __( 'Search installed themes...' ), // placeholder (no ellipsis)
    108108    ),
    109109) );
Note: See TracChangeset for help on using the changeset viewer.