From f046807b64175f13721780b5d51e7f4301f51dba Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 2 Dec 2011 17:17:08 +0000 Subject: [PATCH] Tweak strings for point release changelogs. see #19346. git-svn-id: http://svn.automattic.com/wordpress/trunk@19541 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 188a2c815..21156f0f3 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -184,18 +184,18 @@ _n_noop( 'Maintenance and Security Release', 'Maintenance and Security Releases' _n_noop( 'Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.' ); -/* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). */ -_n_noop( 'Version %1$s addressed %2$s bugs.', +/* translators: 1: WordPress version number, 2: plural number of bugs. */ +_n_noop( 'Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.' ); -/* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). Singular security issue. */ -_n_noop( 'Version %1$s addressed a security issue and fixed %2$s bugs.', +/* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */ +_n_noop( 'Version %1$s addressed a security issue and fixed %2$s bug.', 'Version %1$s addressed a security issue and fixed %2$s bugs.' ); -/* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). More than one security issue. */ -_n_noop( 'Version %1$s addressed some security issues and fixed %2$s bugs.', +/* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */ +_n_noop( 'Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.' ); -__( 'For more information, see the release post.' ); +__( 'For more information, see the release notes.' ); ?> \ No newline at end of file