An error while emptying trash is not that dramatic.

This commit is contained in:
John Scipione 2012-07-27 20:41:38 -04:00
parent caaec0198e
commit 96a1e39a63

View File

@ -2798,7 +2798,7 @@ empty_trash(void*)
}
if (err != B_OK && err != kTrashCanceled && err != kUserCanceled) {
(new BAlert("", B_TRANSLATE("Error emptying Trash!"),
(new BAlert("", B_TRANSLATE("Error emptying Trash"),
B_TRANSLATE("OK"), NULL, NULL, B_WIDTH_AS_USUAL,
B_WARNING_ALERT))->Go();
}