Administration: Rephrase some sentences after [52978].

Follow-up to [52978], [52979].

Props SergeyBiryukov.
Fixes #38913.

Built from https://develop.svn.wordpress.org/trunk@52980


git-svn-id: http://core.svn.wordpress.org/trunk@52569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-03-22 21:07:01 +00:00
parent 6f39380c34
commit 108af2ee64
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
<li>Unzip the package in an empty directory and upload everything.</li> <li>Unzip the package in an empty directory and upload everything.</li>
<li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser. It will take you through the process to set up a <code>wp-config.php</code> file with your database connection details. <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser. It will take you through the process to set up a <code>wp-config.php</code> file with your database connection details.
<ol> <ol>
<li>If for some reason this does not work, do not worry. It does not work on all web hosts. Open up <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details.</li> <li>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 <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details.</li>
<li>Save the file as <code>wp-config.php</code> and upload it.</li> <li>Save the file as <code>wp-config.php</code> and upload it.</li>
<li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li> <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li>
</ol> </ol>

View File

@ -1462,7 +1462,7 @@ function wp_print_community_events_templates() {
<?php <?php
printf( printf(
/* translators: 1: The city the user searched for, 2: Meetup organization documentation URL. */ /* translators: 1: The city the user searched for, 2: Meetup organization documentation URL. */
__( 'There are not any events scheduled near %1$s at the moment. Would you like to <a href="%2$s">organize a WordPress event</a>?' ), __( 'There are no events scheduled near %1$s at the moment. Would you like to <a href="%2$s">organize a WordPress event</a>?' ),
'{{ data.location.description }}', '{{ data.location.description }}',
__( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' )
); );
@ -1472,7 +1472,7 @@ function wp_print_community_events_templates() {
<?php <?php
printf( printf(
/* translators: %s: Meetup organization documentation URL. */ /* translators: %s: Meetup organization documentation URL. */
__( 'There are not any events scheduled near you at the moment. Would you like to <a href="%s">organize a WordPress event</a>?' ), __( 'There are no events scheduled near you at the moment. Would you like to <a href="%s">organize a WordPress event</a>?' ),
__( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' )
); );
?> ?>

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.0-alpha-52979'; $wp_version = '6.0-alpha-52980';
/** /**
* 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.