Make more complete sentence.
This commit is contained in:
parent
97e1acdc32
commit
4202ffff91
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user