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:
parent
35ddd5c97d
commit
74908c06bf
@ -396,7 +396,7 @@ switch ( $step ) {
|
||||
<p>
|
||||
<?php
|
||||
/* translators: %s: wp-config.php */
|
||||
printf( __( 'Sorry, but I can’t write the %s file.' ), '<code>wp-config.php</code>' );
|
||||
printf( __( 'Unable to write to %s file.' ), '<code>wp-config.php</code>' );
|
||||
?>
|
||||
</p>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user