From 0633d0404d5ca75dbb52e6dc6eb50d854bee77d3 Mon Sep 17 00:00:00 2001 From: millette Date: Thu, 13 Nov 2008 13:28:34 -0500 Subject: trac31 added longurl title to anchors when applicable. Also removed * url prefix feature to prevent short urls. darcs-hash:20081113182834-099f7-f55adc95eb8fb46f8cee1c176653c88f65e27ab6.gz --- actions/othersettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') 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')); -- cgit v1.2.3-54-g00ecf