diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-09 12:34:56 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-09 12:34:56 +0000 |
| commit | a5079c50b97e632ff41f200585a5186a21eea294 (patch) | |
| tree | bac62d95f4f4927776deddbb7b2bc56a08f5ed2f /roundcubemail/program/localization | |
| parent | 6265454b4d882685c9a3942ef61c64dc4d3c95d0 (diff) | |
- Fix 'settings' label in en_GB
git-svn-id: https://svn.roundcube.net/trunk@5867 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/en_GB/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_GB/labels.inc b/roundcubemail/program/localization/en_GB/labels.inc index c33d60b76..ff755f944 100644 --- a/roundcubemail/program/localization/en_GB/labels.inc +++ b/roundcubemail/program/localization/en_GB/labels.inc @@ -22,7 +22,7 @@ $labels['server'] = 'Server'; $labels['login'] = 'Login'; $labels['logout'] = 'Logout'; $labels['mail'] = 'Mail'; -$labels['settings'] = 'Personal Settings'; +$labels['settings'] = 'Settings'; $labels['addressbook'] = 'Address Book'; $labels['inbox'] = 'Inbox'; $labels['drafts'] = 'Drafts'; |
