From 5015a567d55a1cd25d4f41a45ccb798a4731446c Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 22 Mar 2022 21:05:31 +0000 Subject: [PATCH] Administration: Rephrase some sentences after [52978]. Follow-up to [52978], [52979]. Props SergeyBiryukov. Fixes #38913. git-svn-id: https://develop.svn.wordpress.org/trunk@52980 602fd350-edb4-49c9-b593-d223f7449a82 --- src/readme.html | 2 +- src/wp-admin/includes/dashboard.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/readme.html b/src/readme.html index ecf4a8fb38..39e4796085 100644 --- a/src/readme.html +++ b/src/readme.html @@ -21,7 +21,7 @@
  • Unzip the package in an empty directory and upload everything.
  • Open wp-admin/install.php in your browser. It will take you through the process to set up a wp-config.php file with your database connection details.
      -
    1. If for some reason this does not work, do not worry. It does not work on all web hosts. Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details.
    2. +
    3. If for some reason this does not work, do not worry. It may not work on all web hosts. It does not work on all web hosts. Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details.
    4. Save the file as wp-config.php and upload it.
    5. Open wp-admin/install.php in your browser.
    diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index 11b6dd5929..0b6a746e6c 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -1462,7 +1462,7 @@ function wp_print_community_events_templates() { organize a WordPress event?' ), + __( 'There are no events scheduled near %1$s at the moment. Would you like to organize a WordPress event?' ), '{{ data.location.description }}', __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) ); @@ -1472,7 +1472,7 @@ function wp_print_community_events_templates() { organize a WordPress event?' ), + __( 'There are no events scheduled near you at the moment. Would you like to organize a WordPress event?' ), __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) ); ?>