summaryrefslogtreecommitdiff
path: root/actions/othersettings.php
diff options
context:
space:
mode:
authormillette <millette@controlyourself.ca>2008-11-13 13:28:34 -0500
committermillette <millette@controlyourself.ca>2008-11-13 13:28:34 -0500
commit0633d0404d5ca75dbb52e6dc6eb50d854bee77d3 (patch)
treecaf676ebcf6c7637e6320990102ef1a090008f76 /actions/othersettings.php
parentf2506b0339d073294ce5e1a17c3ce9a661a983e9 (diff)
trac31 added longurl title to anchors when applicable. Also removed * url prefix feature to prevent short urls.
darcs-hash:20081113182834-099f7-f55adc95eb8fb46f8cee1c176653c88f65e27ab6.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 497500509..18de9c189 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. Precede a URL with a * to prevent shortening of that URL.'), FALSE, $user->urlshorteningservice);
+ common_dropdown('urlshorteningservice', _('Service'), $services, _('Shortening service to use when notices exceed the 140 character limit.'), FALSE, $user->urlshorteningservice);
common_submit('save', _('Save'));