Change action text from 'Quit' to 'Save & Quit' to be explicit about the autosave feature on exit

This commit is contained in:
Rom4ka 2023-05-29 08:32:13 -03:00
parent b236fe0110
commit 07f4beaea3

View file

@ -2981,7 +2981,7 @@ static struct {
[ITEM_LOAD] = "Load",
[ITEM_OPTS] = "Options",
[ITEM_RSET] = "Reset",
[ITEM_QUIT] = "Quit",
[ITEM_QUIT] = "Save & Quit",
}
};