Skip to content

Commit 266ffe1

Browse files
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
1 parent 222ef34 commit 266ffe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/maint/repair.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
echo '<p>';
3535
printf(
36-
/* translators: %s: File name. */
36+
/* translators: %s: wp-config.php */
3737
__( '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.' ),
3838
'<code>wp-config.php</code>'
3939
);

0 commit comments

Comments
 (0)