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