Customize: Use a consistent translator comment for the same strings.

See #21492.

git-svn-id: https://develop.svn.wordpress.org/trunk@41791 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
ocean90 2017-10-08 16:22:15 +00:00
parent 17e5b0f5b8
commit 3a938bb9e9
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ function wp_default_scripts( &$scripts ) {
),
'pageOnFrontError' => __( 'Homepage and posts page must be different.' ),
'saveBlockedError' => wp_array_slice_assoc(
/* translators: %s: error count */
/* translators: %s: number of invalid settings */
_n_noop( 'Unable to save due to %s invalid setting.', 'Unable to save due to %s invalid settings.' ),
array( 'singular', 'plural' )
),