Make WordPress Core

Changeset 52980


Ignore:
Timestamp:
03/22/2022 09:05:31 PM (3 years ago)
Author:
audrasjb
Message:

Administration: Rephrase some sentences after [52978].

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

Props SergeyBiryukov.
Fixes #38913.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/readme.html

    r52978 r52980  
    2222    <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.
    2323        <ol>
    24             <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>
     24            <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>
    2525            <li>Save the file as <code>wp-config.php</code> and upload it.</li>
    2626            <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li>
  • trunk/src/wp-admin/includes/dashboard.php

    r52979 r52980  
    14631463                printf(
    14641464                    /* translators: 1: The city the user searched for, 2: Meetup organization documentation URL. */
    1465                     __( '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>?' ),
     1465                    __( 'There are no events scheduled near %1$s at the moment. Would you like to <a href="%2$s">organize a WordPress event</a>?' ),
    14661466                    '{{ data.location.description }}',
    14671467                    __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' )
     
    14731473                printf(
    14741474                    /* translators: %s: Meetup organization documentation URL. */
    1475                     __( 'There are not any events scheduled near you at the moment. Would you like to <a href="%s">organize a WordPress event</a>?' ),
     1475                    __( 'There are no events scheduled near you at the moment. Would you like to <a href="%s">organize a WordPress event</a>?' ),
    14761476                    __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' )
    14771477                );
Note: See TracChangeset for help on using the changeset viewer.