X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fapplicationeditform.php;h=dda61dbb69d55018bcf10704656133c4a218e153;hb=0ec3047e0cacb4547ab1cd6da571f69fa06a4481;hp=ec6702cd647ee082cc2daaf89c0890eaaa125bf4;hpb=adaad5bb5ea45c7647f5c1de881881861d85ae39;p=quix0rs-gnu-social.git diff --git a/lib/applicationeditform.php b/lib/applicationeditform.php index ec6702cd64..dda61dbb69 100644 --- a/lib/applicationeditform.php +++ b/lib/applicationeditform.php @@ -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.