mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 19:27:54 +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:
@@ -656,8 +656,9 @@ namespace netgen {
|
||||
dialog::addItem(XLAT("synchronize net and map"), 's');
|
||||
dialog::addItem(XLAT("display the scope"), 't');
|
||||
dialog::addItem(XLAT("create the model"), 'c');
|
||||
dialog::addItem(XLAT("back to HyperRogue"), ' ');
|
||||
dialog::addItem(XLAT("design the net"), 'd');
|
||||
dialog::addBreak(50);
|
||||
dialog::addItem(XLAT("go back"), ' ');
|
||||
|
||||
dialog::display();
|
||||
}
|
||||
|
Reference in New Issue
Block a user