From 74908c06bf4835cb6110bd3ed52a2cafcbbb7c9b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 22 Feb 2020 18:31:39 +0000 Subject: [PATCH] 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 --- src/wp-admin/setup-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/setup-config.php b/src/wp-admin/setup-config.php index 7b38b9f412..4ae670dd2f 100644 --- a/src/wp-admin/setup-config.php +++ b/src/wp-admin/setup-config.php @@ -396,7 +396,7 @@ switch ( $step ) {

wp-config.php' ); + printf( __( 'Unable to write to %s file.' ), 'wp-config.php' ); ?>