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 /roundcubemail/program | |
| parent | dc82f4d1b2dd46d311be648bb2f3aa73b7975c7c (diff) | |
Better wording for purge and expunge operations
git-svn-id: https://svn.roundcube.net/trunk@4359 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/localization/en_US/messages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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'; |
