From afc6c4c990a59cb6e1e20c8f19212c09813723dc Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 22 Dec 2010 17:41:41 +0000 Subject: Better wording for purge and expunge operations git-svn-id: https://svn.roundcube.net/trunk@4359 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/CHANGELOG | 2 ++ roundcubemail/program/localization/en_US/messages.inc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG index ffc9e9303..ea3f94437 100644 --- a/roundcubemail/CHANGELOG +++ b/roundcubemail/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/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index df78b0f34..0a8645104 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/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'; -- cgit v1.2.3