[wp-trac] [WordPress Trac] #42192: Reference to thirs person in one phrase should be consistent in class-wp-customize-manager.php
WordPress Trac
noreply at wordpress.org
Thu Oct 12 07:50:48 UTC 2017
#42192: Reference to thirs person in one phrase should be consistent in class-wp-
customize-manager.php
--------------------------+-----------------------------
Reporter: tobifjellner | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Customize | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
https://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-wp-
customize-manager.php>
Contains (from https://core.trac.wordpress.org/changeset/41839/ )
The following phrase:
%s is already customizing this site. Please wait until they are done to
try customizing. Your latest changes have been autosaved.
I suggest changing to:
%s is already customizing this site. Please wait until the other person is
ready before you try customizing. Your latest changes have been autosaved.
Current code snippet for reference:
{{{
<?php
/* translators: %s: User who is customizing the changeset in customizer.
*/
printf( __( '%s is already customizing this site. Please wait until they
are done to try customizing. Your latest changes have been autosaved.' ),
'{{ data.lockUser.name }}' );
?>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42192>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list