Use _m() instead of ngettext().

This commit is contained in:
Siebrand Mazeland
2011-04-03 22:08:50 +02:00
parent 09523a19d7
commit 7bd594e9d3
2 changed files with 4 additions and 4 deletions

View File

@@ -198,7 +198,7 @@ class ApplicationEditForm extends Form
if ($maxDesc > 0) {
// TRANS: Form input field instructions.
// TRANS: %d is the number of available characters for the description.
$descInstr = sprintf(ngettext('Describe your application in %d character','Describe your application in %d characters',$maxDesc),
$descInstr = sprintf(_m('Describe your application in %d character','Describe your application in %d characters',$maxDesc),
$maxDesc);
} else {
// TRANS: Form input field instructions.