diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-22 17:41:41 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-22 17:41:41 +0000 |
| commit | afc6c4c990a59cb6e1e20c8f19212c09813723dc (patch) | |
| tree | 6a078f4aa5f887fdc5b519fd01793875a7519038 | |
| parent | dc82f4d1b2dd46d311be648bb2f3aa73b7975c7c (diff) | |
Better wording for purge and expunge operations
git-svn-id: https://svn.roundcube.net/trunk@4359 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/CHANGELOG | 2 | ||||
| -rw-r--r-- | 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'; |
