diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-01-14 23:32:40 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-01-14 23:32:40 +0100 |
commit | 68a2e46390092f034101bf1a1c9fc4a5ecc41b06 (patch) | |
tree | 9c800732b7714de4f6bb122e474f48894093c820 /actions/othersettings.php | |
parent | 31940f930953ef16d828e359155df3950668bcde (diff) |
Make page titles more consistent: no title case in four cases.
Diffstat (limited to 'actions/othersettings.php')
-rw-r--r-- | actions/othersettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/othersettings.php b/actions/othersettings.php index 0de7cd908..10e9873b3 100644 --- a/actions/othersettings.php +++ b/actions/othersettings.php @@ -57,7 +57,7 @@ class OthersettingsAction extends AccountSettingsAction function title() { - return _('Other Settings'); + return _('Other settings'); } /** |