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/' ) ); ?>