Changed "Discard" to "Don't Save" in the warning dialog when the user wants to close a modified file.

This commit is contained in:
David Capello 2010-06-23 23:20:16 -03:00
parent 2f242e4934
commit 52f94b613b

View File

@ -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