Make WordPress Core


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

Administration: Rephrase some sentences after [52978].

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

Props SergeyBiryukov.
Fixes #38913.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.