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

This commit is contained in:
Mauro Vietri 2023-05-29 08:32:13 -03:00
parent e8b3b712a5
commit e5687f565c

View file

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