summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-01-14 23:38:29 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-01-14 23:38:29 +0100
commit6d8469947e69dda5ef69fd8ce882db1ceb3d7c01 (patch)
treeedefdd09616bd13734b00737fd617b7b0c6b479f /lib
parentc8f67dd1a4f247219fe248bfa1c3d79c3f98a998 (diff)
Make more complete sentence.
Diffstat (limited to 'lib')
-rw-r--r--lib/applicationeditform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/applicationeditform.php b/lib/applicationeditform.php
index 040d3bf74..6f03a9bed 100644
--- a/lib/applicationeditform.php
+++ b/lib/applicationeditform.php
@@ -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');