summaryrefslogtreecommitdiff
path: root/actions/othersettings.php
diff options
context:
space:
mode:
authormillette <millette@controlyourself.ca>2008-11-24 20:05:16 -0500
committermillette <millette@controlyourself.ca>2008-11-24 20:05:16 -0500
commit50450dab83ab9aff6e44c49f8ec47376869bc3ae (patch)
tree5f9e146d794165413c6e8d724032e0dfe7f0f99a /actions/othersettings.php
parent15f780a5355c73c511bfa5366c10c39bf199c5da (diff)
fix text describe shortening service usage.
darcs-hash:20081125010516-099f7-626c76d9f09efee56a713518a32b0f8e89670dd1.gz
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 18de9c189..42502f828 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'));