summaryrefslogtreecommitdiff
path: root/program/localization
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-01-22 09:29:35 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-01-22 09:29:35 +0100
commitfebcd4b225f160a4fcbff407df197b7d931eaf2a (patch)
tree84efe447d3abdd88d6d42ad5678485ed3064f793 /program/localization
parenta62c7392aacf9a87d8c7dbf11b8b047529a162b3 (diff)
Improve wording: don't pretend that mailbox is empty if search/filter doesn't find any messages
Diffstat (limited to 'program/localization')
-rw-r--r--program/localization/en_US/messages.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index a36d9ab62..ce8722812 100644
--- a/program/localization/en_US/messages.inc
+++ b/program/localization/en_US/messages.inc
@@ -5,7 +5,7 @@
| localization/<lang>/messages.inc |
| |
| Localization file of the Roundcube Webmail client |
- | Copyright (C) 2005-2013, The Roundcube Dev Team |
+ | Copyright (C) 2005-2014, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
@@ -34,7 +34,8 @@ $messages['invalidrequest'] = 'Invalid request! No data was saved.';
$messages['invalidhost'] = 'Invalid server name.';
$messages['nomessagesfound'] = 'No messages found in this mailbox.';
$messages['loggedout'] = 'You have successfully terminated the session. Good bye!';
-$messages['mailboxempty'] = 'Mailbox is empty.';
+$messages['mailboxempty'] = 'Mailbox is empty';
+$messages['nomessages'] = 'No messages';
$messages['refreshing'] = 'Refreshing...';
$messages['loading'] = 'Loading...';
$messages['uploading'] = 'Uploading file...';