mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-19 09:30:31 +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:
@@ -591,7 +591,7 @@ namespace conformal {
|
||||
}
|
||||
#endif
|
||||
|
||||
dialog::addItem(XLAT("exit this menu"), ' ');
|
||||
dialog::addItem(XLAT("go back"), ' ');
|
||||
dialog::display();
|
||||
mouseovers = XLAT("see http://www.roguetemple.com/z/hyper/conformal.php");
|
||||
keyhandler = handleKeyC;
|
||||
|
||||
Reference in New Issue
Block a user