An error while emptying trash is not that dramatic.
This commit is contained in:
parent
caaec0198e
commit
96a1e39a63
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user