]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/applicationeditform.php
Merge branch 'onboarding-remix' into 1.0.x
[quix0rs-gnu-social.git] / lib / applicationeditform.php
index ec6702cd647ee082cc2daaf89c0890eaaa125bf4..dda61dbb69d55018bcf10704656133c4a218e153 100644 (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.