summaryrefslogtreecommitdiff
path: root/actions/othersettings.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-01 14:44:37 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-01 16:49:35 +0100
commit6ab34fd8e8632e265d9e329a59272203be5169f7 (patch)
tree0cd7c22a0d2066f4436be21d50d211959af9e48d /actions/othersettings.php
parent5c6732c4bbe18aa05b0563d8c8b673c694dada91 (diff)
* i18n/L10n updates.
* translator documentation added. * superfluous whitespace removed.
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;
}