Monotone-Parent: 3347f054657aad4fa513a8e26d4843dbb738a757

Monotone-Revision: 25ca89d9aa4cccfe88dd42aa43976782256b8eea

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-09-20T20:19:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2010-09-20 20:19:41 +00:00
parent 9c35b5ddaf
commit aae9325fc8

View file

@ -456,7 +456,7 @@ function deleteSelectedMessagesCallback(http) {
}
else if (!http.callbackData["withoutTrash"]) {
showConfirmDialog(_("Warning"),
_("The messages could not be moved to the trash folder. Would you like to delete them now?"),
_("The messages could not be moved to the trash folder. Would you like to delete them immediately?"),
deleteMessagesWithoutTrash.bind(document, http.callbackData),
function() { refreshCurrentFolder(); disposeDialog(); });
}