From cc214db09fc115dfee7d451c49c2f359689fc5ff Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Fri, 19 May 2017 16:44:20 +0000 Subject: [PATCH] About: Optimize strings for l10n Uses html entities for quotes and adds translator comment for event links. Props ocean90. See #40721. git-svn-id: https://develop.svn.wordpress.org/trunk@40798 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 1697a6c528..6d1ab328bf 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -52,10 +52,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

-

+

+

-

+

@@ -66,7 +66,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

'wp-video-shortcode feature-video', ) ); ?> -

+

@@ -114,24 +114,25 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

-

+

-

+

Meetup.com/pro/wordpress or central.wordcamp.org/schedule to find the next WordCamp. Many randomly discover WordPress events on Twitter. WordPress now brings you the events you need to continue improving your WordPress skills, meet friends, and, of course, publish!' ), - 'https://meetup.com/pro/wordpress', - 'https://central.wordcamp.org/schedule' + /* translators: 1: Link to meetup.com, 2: Link to central.wordcamp.org */ + __( 'Not everyone has the time to go to %1$s or "%2$s to find the next WordCamp. Many randomly discover WordPress events on Twitter. WordPress now brings you the events you need to continue improving your WordPress skills, meet friends, and, of course, publish!' ), + 'meetup.com/pro/wordpress', + 'central.wordcamp.org/schedule' ); ?>