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:
Sergey Biryukov 2019-06-05 15:22:22 +00:00
parent 62385fdd00
commit f6bd90f2ef

View File

@ -5436,7 +5436,7 @@ final class WP_Customize_Manager {
'section' => 'background_image', 'section' => 'background_image',
'type' => 'select', 'type' => 'select',
'choices' => array( 'choices' => array(
'auto' => __( 'Original' ), 'auto' => _x( 'Original', 'Original Size' ),
'contain' => __( 'Fit to Screen' ), 'contain' => __( 'Fit to Screen' ),
'cover' => __( 'Fill Screen' ), 'cover' => __( 'Fill Screen' ),
), ),