diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-27 14:35:25 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-27 14:35:25 -0800 |
commit | a5a1e15cbae190e218cc24bd1e0575176fa28122 (patch) | |
tree | f81240056c9e866910ef71fed5888d70ddab397b /actions/twittersettings.php | |
parent | 500802320693401b5a76ddc351fc70359f6e1b47 (diff) |
trac975 - Fixed title for Twitter settings page (thanks meitar)
Diffstat (limited to 'actions/twittersettings.php')
-rw-r--r-- | actions/twittersettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twittersettings.php b/actions/twittersettings.php index bb0bc5946..c3a851415 100644 --- a/actions/twittersettings.php +++ b/actions/twittersettings.php @@ -57,7 +57,7 @@ class TwittersettingsAction extends ConnectSettingsAction function title() { - _('Twitter settings'); + return _('Twitter settings'); } /** |