mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-10 21:29:03 +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:
@@ -646,7 +646,7 @@ namespace dialog {
|
||||
addBreak(100);
|
||||
#endif
|
||||
|
||||
addItem("return", ' ');
|
||||
addItem("go back", ' ');
|
||||
addSelItem("default value", disp(ne.dft), SDLK_HOME);
|
||||
|
||||
addBreak(100);
|
||||
@@ -769,7 +769,7 @@ namespace dialog {
|
||||
getcstat = '2';
|
||||
if(pages) if(displayfrZ(xr*40, i0, 1, vid.fsize, IFM("3 - ") + XLAT("all"), nlpage == 1 ? 0xD8D8C0 : 0xC0C0C0, 8))
|
||||
getcstat = '3';
|
||||
if(i&1) if(displayfrZ(xr*56, i0, 1, vid.fsize, IFM(keyname(' ') + " - ") + XLAT("return"), 0xC0C0C0, 8))
|
||||
if(i&1) if(displayfrZ(xr*56, i0, 1, vid.fsize, IFM(keyname(' ') + " - ") + XLAT("go back"), 0xC0C0C0, 8))
|
||||
getcstat = '0';
|
||||
if(i&2) if(displayfrZ(xr*72, i0, 1, vid.fsize, IFM("F1 - ") + XLAT("help"), 0xC0C0C0, 8))
|
||||
getcstat = SDLK_F1;
|
||||
|
||||
Reference in New Issue
Block a user