mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
I18N: Use a consistent wording for "Unable to write to file" strings.
Props ramiy. Fixes #48862. Built from https://develop.svn.wordpress.org/trunk@47344 git-svn-id: http://core.svn.wordpress.org/trunk@47131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b92155f273
commit
b4cea6ae93
@ -396,7 +396,7 @@ switch ( $step ) {
|
|||||||
<p>
|
<p>
|
||||||
<?php
|
<?php
|
||||||
/* translators: %s: wp-config.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>
|
||||||
<p>
|
<p>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.4-beta2-47342';
|
$wp_version = '5.4-beta2-47344';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user