1
0
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:
Zeno Rogue
2018-02-13 13:37:20 +01:00
parent f436a2bc53
commit e77a126c81
4 changed files with 113 additions and 42 deletions

View File

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