Change formatting of i18n slightly. Translator hints were not picked up in pot file. May now they are.

This commit is contained in:
Siebrand Mazeland 2011-03-24 16:47:29 +01:00
parent 4e64bd4e5b
commit 53d3455749
1 changed files with 2 additions and 4 deletions

View 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),