I18N: Merge duplicate "Original" strings used in the same context (referring to image size).
Props mukesh27. Fixes #47486. git-svn-id: https://develop.svn.wordpress.org/trunk@45494 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
62385fdd00
commit
f6bd90f2ef
@ -5436,7 +5436,7 @@ final class WP_Customize_Manager {
|
||||
'section' => 'background_image',
|
||||
'type' => 'select',
|
||||
'choices' => array(
|
||||
'auto' => __( 'Original' ),
|
||||
'auto' => _x( 'Original', 'Original Size' ),
|
||||
'contain' => __( 'Fit to Screen' ),
|
||||
'cover' => __( 'Fill Screen' ),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user