I18N: Use a consistent wording for "Unable to write to file" strings.

Props ramiy.
Fixes #48862.

git-svn-id: https://develop.svn.wordpress.org/trunk@47344 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-02-22 18:31:39 +00:00
parent 35ddd5c97d
commit 74908c06bf
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ switch ( $step ) {
<p>
<?php
/* translators: %s: wp-config.php */
printf( __( 'Sorry, but I can&#8217;t write the %s file.' ), '<code>wp-config.php</code>' );
printf( __( 'Unable to write to %s file.' ), '<code>wp-config.php</code>' );
?>
</p>
<p>