Make WordPress Core

Changeset 23138


Ignore:
Timestamp:
12/09/2012 06:03:31 PM (12 years ago)
Author:
nacin
Message:

Two media gallery string changes, for clarity:

  • 'Random' to 'Random Order', to be clear what it controls.
  • 'Describe this image...' to 'Caption this image...', to be clear it links to the Caption field and not the revived Description field, see [23083].

props johnbillion, pavelevap.
fixes #22821.

Merges [23135] to the 3.5 branch.

Location:
branches/3.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.5

  • branches/3.5/wp-includes/media-template.php

    r23101 r23138  
    158158            <# if ( 'image' === data.type ) { #>
    159159                <input type="text" value="{{ data.caption }}" class="describe" data-setting="caption"
    160                     placeholder="<?php esc_attr_e('Describe this image&hellip;'); ?>" {{ maybeReadOnly }} />
     160                    placeholder="<?php esc_attr_e('Caption this image&hellip;'); ?>" {{ maybeReadOnly }} />
    161161            <# } else { #>
    162162                <input type="text" value="{{ data.title }}" class="describe" data-setting="title"
     
    370370
    371371        <label class="setting">
    372             <span><?php _ex( 'Random', 'Gallery order' ); ?></span>
     372            <span><?php _e( 'Random Order' ); ?></span>
    373373            <input type="checkbox" data-setting="_orderbyRandom" />
    374374        </label>
Note: See TracChangeset for help on using the changeset viewer.