]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Make more complete sentence.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 14 Jan 2010 22:38:29 +0000 (23:38 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 14 Jan 2010 22:38:29 +0000 (23:38 +0100)
lib/applicationeditform.php

index 040d3bf74b2f1281a3bc6c9f8dba79ad39385cc8..6f03a9beda7538bdb4d4d07db5da792185b7165e 100644 (file)
@@ -203,7 +203,7 @@ class ApplicationEditForm extends Form
 
         $maxDesc = Oauth_application::maxDesc();
         if ($maxDesc > 0) {
-            $descInstr = sprintf(_('Describe your application in %d chars'),
+            $descInstr = sprintf(_('Describe your application in %d characters'),
                                  $maxDesc);
         } else {
             $descInstr = _('Describe your application');