1
0
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:
Arthur O'Dwyer
2017-10-29 12:16:29 -07:00
parent dae6b9e3d3
commit 43cb9c0bf4
17 changed files with 26 additions and 19 deletions

View File

@@ -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();
}