Fix plural issue.
Fix translator documentation.
This commit is contained in:
parent
7c5fb37e59
commit
9e78c631fb
@ -237,8 +237,8 @@ class QnA_Question extends Managed_DataObject
|
|||||||
if (!empty($cnt)) {
|
if (!empty($cnt)) {
|
||||||
$out->elementStart('span', 'answer-count');
|
$out->elementStart('span', 'answer-count');
|
||||||
// TRANS: Number of given answers to a question.
|
// TRANS: Number of given answers to a question.
|
||||||
// TRANS: %d is the number of given answers.
|
// TRANS: %s is the number of given answers.
|
||||||
$out->text(sprintf(_m('%s answer','%s answers'), $cnt));
|
$out->text(sprintf(_m('%s answer','%s answers',$cnt), $cnt));
|
||||||
$out->elementEnd('span');
|
$out->elementEnd('span');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user