diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-04 22:38:03 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-04 22:38:03 +0000 |
| commit | 8a4dd917799fa740a031341cc0eb0a61b234f6fa (patch) | |
| tree | 3395b6ccadbacb7d8b81fd014642e4a1a00ba368 /roundcubemail/program | |
| parent | 7f6c07c0e60e6ad0fcc334f884f6f499ea1a5b0d (diff) | |
...and a little typo
git-svn-id: https://svn.roundcube.net/trunk@396 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index ae5243ba5..b4b6176cf 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -103,7 +103,7 @@ $labels['firstmessage'] = 'Show the first message'; $labels['firstmessages'] = 'Show first set of messages'; $labels['nextmessage'] = 'Show the next message'; $labels['nextmessages'] = 'Show next set of messages'; -$labels['lastmessage'] = 'Show the last messages'; +$labels['lastmessage'] = 'Show the last message'; $labels['lastmessages'] = 'Show last set of messages'; $labels['backtolist'] = 'Back to message list'; $labels['viewsource'] = 'Show source'; |
