Make more complete sentence.

This commit is contained in:
Siebrand Mazeland 2010-01-14 23:38:29 +01:00
parent c8f67dd1a4
commit 6d8469947e
1 changed files with 1 additions and 1 deletions

View 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');