mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 03:39:51 +00:00
Changed "Discard" to "Don't Save" in the warning dialog when the user wants to close a modified file.
This commit is contained in:
parent
2f242e4934
commit
52f94b613b
@ -127,7 +127,7 @@ try_again:;
|
||||
int ret = jalert("%s<<%s<<%s||%s||%s||%s",
|
||||
_("Warning"), _("Saving changes in:"),
|
||||
get_filename(sprite->getFilename()),
|
||||
_("&Save"), _("&Discard"), _("&Cancel"));
|
||||
_("&Save"), _("Do&n't Save"), _("&Cancel"));
|
||||
|
||||
if (ret == 1) {
|
||||
// "save": save the changes
|
||||
|
Loading…
x
Reference in New Issue
Block a user