Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#47486 closed defect (bug) (fixed)

I18n: Merge similar string

Reported by: mukesh27's profile mukesh27 Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.3 Priority: normal
Severity: normal Version:
Component: Customize Keywords: has-patch has-screenshots
Focuses: administration Cc:

Description

The below string is similar and can be merged.

https://build.trac.wordpress.org/browser/trunk/wp-admin/custom-background.php#L423

<?php _ex( 'Original', 'Original Size' ); ?>

Replace to

<?php _e( 'Original' ); ?>

Attachments (2)

Similar String.png (6.7 KB) - added by mukesh27 5 years ago.
47486.diff (1.2 KB) - added by mukesh27 5 years ago.
Patch.

Download all attachments as: .zip

Change History (5)

@mukesh27
5 years ago

Patch.

#1 @SergeyBiryukov
5 years ago

Introduced in [38948].

#2 @SergeyBiryukov
5 years ago

  • Milestone changed from Awaiting Review to 5.3

#3 @SergeyBiryukov
5 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 45494:

I18N: Merge duplicate "Original" strings used in the same context (referring to image size).

Props mukesh27.
Fixes #47486.

Note: See TracTickets for help on using tickets.