summaryrefslogtreecommitdiff
path: root/actions/othersettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/othersettings.php')
-rw-r--r--actions/othersettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/othersettings.php b/actions/othersettings.php
index e2366b79e..13460a4bf 100644
--- a/actions/othersettings.php
+++ b/actions/othersettings.php
@@ -159,7 +159,7 @@ class OthersettingsAction extends AccountSettingsAction
if (!is_null($urlshorteningservice) && strlen($urlshorteningservice) > 50) {
// TRANS: Form validation error for form "Other settings" in user profile.
- $this->showForm(_('URL shortening service is too long (maximum 50 chars).'));
+ $this->showForm(_('URL shortening service is too long (maximum 50 characters).'));
return;
}