summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-12-22 17:41:41 +0000
committerthomascube <thomas@roundcube.net>2010-12-22 17:41:41 +0000
commitfbaaae0098be39da7dd61275d26f55d8b366ea6c (patch)
treef7fb876d3411b978e49726a51f37113f2c305236
parent8127289ba842c18b3d31125e6cd87470bceb2d29 (diff)
Better wording for purge and expunge operations
-rw-r--r--CHANGELOG2
-rw-r--r--program/localization/en_US/messages.inc4
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ffc9e9303..ea3f94437 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 0.5-RC
+--------------
- Plugin API: Add 'pass' argument in 'authenticate' hook (#1487134)
- Fix attachments of type message/rfc822 are not listed on attachments list
- Add 'login_lc' config option for case-insensitive authentication (#1487113)
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index df78b0f34..0a8645104 100644
--- a/program/localization/en_US/messages.inc
+++ b/program/localization/en_US/messages.inc
@@ -82,8 +82,8 @@ $messages['nospellerrors'] = 'No spelling errors found';
$messages['folderdeleted'] = 'Folder successfully deleted';
$messages['foldersubscribed'] = 'Folder successfully subscribed';
$messages['folderunsubscribed'] = 'Folder successfully unsubscribed';
-$messages['folderpurged'] = 'Folder successfully purged';
-$messages['folderexpunged'] = 'Folder successfully emptied';
+$messages['folderpurged'] = 'Folder has successfully been emptied';
+$messages['folderexpunged'] = 'Folder has successfully been compacted';
$messages['deletedsuccessfully'] = 'Successfully deleted';
$messages['converting'] = 'Removing formatting...';
$messages['messageopenerror'] = 'Could not load message from server';