L10n/i18n tweaks.
This commit is contained in:
parent
ea8b468348
commit
527151c5ef
@ -335,7 +335,7 @@ class QnAPlugin extends MicroAppPlugin
|
|||||||
$form->show();
|
$form->show();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$out->text(_m('Question data is missing'));
|
$out->text(_m('Question data is missing.'));
|
||||||
}
|
}
|
||||||
$out->elementEnd('div');
|
$out->elementEnd('div');
|
||||||
|
|
||||||
|
@ -109,7 +109,9 @@ class QnashowanswerAction extends ShownoticeAction
|
|||||||
$question = $this->answer->getQuestion();
|
$question = $this->answer->getQuestion();
|
||||||
|
|
||||||
return sprintf(
|
return sprintf(
|
||||||
_m('%s\'s answer to "%s"'),
|
// TRANS: Page title.
|
||||||
|
// TRANS: %1$s is the user who answered a question, %2$s is the question.
|
||||||
|
_m('1$%s\'s answer to "%2$s"'),
|
||||||
$this->user->nickname,
|
$this->user->nickname,
|
||||||
$question->title
|
$question->title
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user