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
This commit is contained in:
Sergey Biryukov 2016-07-04 13:09:07 +00:00
parent 222ef34ff2
commit 266ffe1f35
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if ( ! defined( 'WP_ALLOW_REPAIR' ) ) {
echo '<p>';
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.' ),
'<code>wp-config.php</code>'
);