From: Siebrand Mazeland Date: Thu, 24 Mar 2011 15:47:29 +0000 (+0100) Subject: Change formatting of i18n slightly. Translator hints were not picked up in pot file... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=53d34557497d786303bc6a09396a15d4dcb0f76f;p=quix0rs-gnu-social.git Change formatting of i18n slightly. Translator hints were not picked up in pot file. May now they are. --- diff --git a/lib/threadednoticelist.php b/lib/threadednoticelist.php index 1a20075cce..ce620916a1 100644 --- a/lib/threadednoticelist.php +++ b/lib/threadednoticelist.php @@ -423,8 +423,7 @@ class ThreadedNoticeListFavesItem extends NoticeListActorsItem } else { // TRANS: List message for favoured notices. // TRANS: %d is the number of users that have favoured a notice. - return sprintf(_m( - 'FAVELIST', + return sprintf(_m('FAVELIST', 'One person has favored this notice.', '%d people have favored this notice.', $count), @@ -483,8 +482,7 @@ class ThreadedNoticeListRepeatsItem extends NoticeListActorsItem } else { // TRANS: List message for repeated notices. // TRANS: %d is the number of users that have repeated a notice. - return sprintf(_m( - 'REPEATLIST', + return sprintf(_m('REPEATLIST', 'One person has repeated this notice.', '%d people have repeated this notice.', $count),