mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-13 00:29:44 +00:00
fixed the descriptions in the stereo vision config; added some previously untranslated texts
This commit is contained in:
@@ -673,12 +673,12 @@ namespace dialog {
|
||||
addSlider(ne.scale(ne.vmin), ne.scale(*ne.editwhat), ne.scale(ne.vmax), 500);
|
||||
addBreak(100);
|
||||
#if ISMOBILE==0
|
||||
addHelp("You can scroll with arrow keys -- Ctrl to fine-tune");
|
||||
addHelp(XLAT("You can scroll with arrow keys -- Ctrl to fine-tune"));
|
||||
addBreak(100);
|
||||
#endif
|
||||
|
||||
addItem("return", ' ');
|
||||
addSelItem("default value", disp(ne.dft), SDLK_HOME);
|
||||
addItem(XLAT("return"), ' ');
|
||||
addSelItem(XLAT("default value"), disp(ne.dft), SDLK_HOME);
|
||||
|
||||
addBreak(100);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user