X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fothersettings.php;h=42502f828f9094efb37f3cdba4d3ddac25b03eaf;hb=c3f2d195f934c4deff91d30640ec703cb576e55d;hp=18de9c189fb5c2c7d33e795ece4318220215603f;hpb=0633d0404d5ca75dbb52e6dc6eb50d854bee77d3;p=quix0rs-gnu-social.git diff --git a/actions/othersettings.php b/actions/othersettings.php index 18de9c189f..42502f828f 100644 --- a/actions/othersettings.php +++ b/actions/othersettings.php @@ -51,7 +51,7 @@ class OthersettingsAction extends SettingsAction { 'metamark.net' => 'metamark.net' ); - common_dropdown('urlshorteningservice', _('Service'), $services, _('Shortening service to use when notices exceed the 140 character limit.'), FALSE, $user->urlshorteningservice); + common_dropdown('urlshorteningservice', _('Service'), $services, _('Automatic shortening service to use.'), FALSE, $user->urlshorteningservice); common_submit('save', _('Save'));