diff options
author | millette <millette@controlyourself.ca> | 2008-11-13 10:27:18 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-13 10:27:18 -0500 |
commit | 14f69f8d2efee5a927821c9a3c134cd1a682c7fe (patch) | |
tree | e49e7e12235ada8fc5285ee2d004741e722545f0 /actions/othersettings.php | |
parent | 2a8a0c939960a93e616bad39daf4b2c0fdd5f87c (diff) |
trac31 pg support, fixing 2tu typo, set ur1.ca as default service
darcs-hash:20081113152718-099f7-42b60d02395f016c54c5f3c301f9dbe987c1283f.gz
Diffstat (limited to 'actions/othersettings.php')
-rw-r--r-- | actions/othersettings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/othersettings.php b/actions/othersettings.php index d4a27db20..9f1ad9949 100644 --- a/actions/othersettings.php +++ b/actions/othersettings.php @@ -42,8 +42,8 @@ class OthersettingsAction extends SettingsAction { $services = array( '' => 'None', - 'ur1.ca' => 'ur1.ca (free)', - '2tu.ru' => '2tu.ru (free)', + 'ur1.ca' => 'ur1.ca (free service)', + '2tu.us' => '2tu.us (free service)', 'ptiturl.com' => 'ptiturl.com', 'bit.ly' => 'bit.ly', 'tinyurl.com' => 'tinyurl.com', |