X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fothersettings.php;h=13460a4bfbd4822fd922e99066a7ebe7ada716b1;hb=6e894c010fc0e7ddaaafa8795634d6343019aafb;hp=e2366b79eab0b18ad2a6c633cea2d019e1d13616;hpb=5c6732c4bbe18aa05b0563d8c8b673c694dada91;p=quix0rs-gnu-social.git diff --git a/actions/othersettings.php b/actions/othersettings.php index e2366b79ea..13460a4bfb 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; }