]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/othersettings.php
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / actions / othersettings.php
index e2366b79eab0b18ad2a6c633cea2d019e1d13616..13460a4bfbd4822fd922e99066a7ebe7ada716b1 100644 (file)
@@ -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;
         }