Text Changes: Capitalize error messages consistently.

Props Presskopp.
Fixes #42945.

git-svn-id: https://develop.svn.wordpress.org/trunk@47154 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-02-01 20:53:14 +00:00
parent db8a038541
commit b3da2c99a1
4 changed files with 12 additions and 12 deletions

View File

@@ -410,7 +410,7 @@ function create_empty_blog( $domain, $path, $weblog_title, $site_id = 1 ) {
*/
if ( ! $blog_id = insert_blog($domain, $path, $site_id) )
return __( '<strong>ERROR</strong>: problem creating site entry.' );
return __( '<strong>ERROR</strong>: Problem creating site entry.' );
switch_to_blog($blog_id);
install_blog($blog_id);