mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 01:17:39 +00:00
Change every "pop this menu" option text to the two words "go back".
And add translations for "go back", copied from the existing translations for the word "return".
This commit is contained in:
2
tour.cpp
2
tour.cpp
@@ -249,7 +249,7 @@ namespace ss {
|
||||
}
|
||||
dialog::addBreak(50);
|
||||
if(size(slideshows) > 1) dialog::addItem(XLAT("change slideshow"), '1');
|
||||
dialog::addItem(XLAT("exit menu"), ' ');
|
||||
dialog::addItem(XLAT("go back"), ' ');
|
||||
dialog::display();
|
||||
keyhandler = [] (int sym, int uni) {
|
||||
if(uni >= 'a' && uni < 'a' + sssize) {
|
||||
|
Reference in New Issue
Block a user