From 266ffe1f35e577954817d453cd7b2d84778cb57c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 4 Jul 2016 13:09:07 +0000 Subject: [PATCH] I18N: Make the translator comment added in [37858] more explicit and consistent with other similar instances. See #37147. git-svn-id: https://develop.svn.wordpress.org/trunk@37948 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/maint/repair.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/maint/repair.php b/src/wp-admin/maint/repair.php index 6b99fe4939..aa7028878b 100644 --- a/src/wp-admin/maint/repair.php +++ b/src/wp-admin/maint/repair.php @@ -33,7 +33,7 @@ if ( ! defined( 'WP_ALLOW_REPAIR' ) ) { echo '

'; printf( - /* translators: %s: File name. */ + /* translators: %s: wp-config.php */ __( 'To allow use of this page to automatically repair database problems, please add the following line to your %s file. Once this line is added to your config, reload this page.' ), 'wp-config.php' );