From 3a938bb9e90982e13a015f6e155e2051010f4cc1 Mon Sep 17 00:00:00 2001 From: ocean90 Date: Sun, 8 Oct 2017 16:22:15 +0000 Subject: [PATCH] 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 --- src/wp-includes/script-loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php index d3af4c0a44..7b4eb73c5c 100644 --- a/src/wp-includes/script-loader.php +++ b/src/wp-includes/script-loader.php @@ -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' ) ),