]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Change formatting of i18n slightly. Translator hints were not picked up in pot file...
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 24 Mar 2011 15:47:29 +0000 (16:47 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 24 Mar 2011 15:47:29 +0000 (16:47 +0100)
lib/threadednoticelist.php

index 1a20075cceb417ccd39e38865e69e7985b71789c..ce620916a12152b5996732a245484119b7de54c9 100644 (file)
@@ -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),