Changeset 52978 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r52967 r52978 1415 1415 * Use endonyms (native locale names) whenever possible. 1416 1416 */ 1417 __( 'We could n’t locate %s. Please try another nearby city. For example: Kansas City; Springfield; Portland.' ),1417 __( 'We could not locate %s. Please try another nearby city. For example: Kansas City; Springfield; Portland.' ), 1418 1418 '<em>{{data.unknownCity}}</em>' 1419 1419 ); … … 1463 1463 printf( 1464 1464 /* translators: 1: The city the user searched for, 2: Meetup organization documentation URL. */ 1465 __( 'There are n’t 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 not any events scheduled near %1$s at the moment. Would you like to <a href="%2$s">organize a WordPress event</a>?' ), 1466 1466 '{{ data.location.description }}', 1467 1467 __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) … … 1473 1473 printf( 1474 1474 /* translators: %s: Meetup organization documentation URL. */ 1475 __( 'There are n’t any events scheduled near you at the moment. Would you like to <a href="%s">organize a WordPress event</a>?' ),1475 __( 'There are not any events scheduled near you at the moment. Would you like to <a href="%s">organize a WordPress event</a>?' ), 1476 1476 __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) 1477 1477 );
Note: See TracChangeset
for help on using the changeset viewer.