]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix text describe shortening service usage.
authormillette <millette@controlyourself.ca>
Tue, 25 Nov 2008 01:05:16 +0000 (20:05 -0500)
committermillette <millette@controlyourself.ca>
Tue, 25 Nov 2008 01:05:16 +0000 (20:05 -0500)
darcs-hash:20081125010516-099f7-626c76d9f09efee56a713518a32b0f8e89670dd1.gz

actions/othersettings.php

index 18de9c189fb5c2c7d33e795ece4318220215603f..42502f828f9094efb37f3cdba4d3ddac25b03eaf 100644 (file)
@@ -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'));