Make more complete sentence.

This commit is contained in:
Siebrand Mazeland 2010-01-14 23:38:29 +01:00 committed by Zach Copley
parent 97e1acdc32
commit 4202ffff91
1 changed files with 1 additions and 1 deletions

View File

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