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'
);