Change action text from 'Quit' to 'Save & Quit' to be explicit about the autosave feature on exit
This commit is contained in:
parent
e8b3b712a5
commit
e5687f565c
1 changed files with 1 additions and 1 deletions
|
|
@ -2981,7 +2981,7 @@ static struct {
|
||||||
[ITEM_LOAD] = "Load",
|
[ITEM_LOAD] = "Load",
|
||||||
[ITEM_OPTS] = "Options",
|
[ITEM_OPTS] = "Options",
|
||||||
[ITEM_RSET] = "Reset",
|
[ITEM_RSET] = "Reset",
|
||||||
[ITEM_QUIT] = "Quit",
|
[ITEM_QUIT] = "Save & Quit",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue