diff --git a/config.cpp b/config.cpp index ea889c29..1c2c83ba 100644 --- a/config.cpp +++ b/config.cpp @@ -1205,7 +1205,7 @@ EX void initConfig() { param_i(vid.faraway_highlight_color, "faraway_highlight_color", 50) -> editable(0, 100, 10, "faraway highlight color", "0 = monster color, 100 = red-light oscillation", 'c'); - param_b(keybd_subdir_enabled, "keybd_subdir_enabled", 0)->editable("control the pushing direction with TAB", 'P')->help("If set, you control the off-hepetagon pushing direction with TAB. Otherwise, you control it by rotating the screen."); + param_b(keybd_subdir_enabled, "keybd_subdir_enabled", 0)->editable("control the pushing direction with TAB", 'P')->help("If set, you control the off-heptagon pushing direction with TAB. Otherwise, you control it by rotating the screen."); param_enum(glyphsortorder, parameter_names("glyph_sort", "glyph sort order"), glyphsortorder) ->editable({ diff --git a/language-pl.cpp b/language-pl.cpp index 8e3e84a7..ad423a82 100644 --- a/language-pl.cpp +++ b/language-pl.cpp @@ -10434,7 +10434,7 @@ S(" With the keyboard, you can press Tab to invert the way the pushing direction " Jeśli używasz klawiatury, możesz nacisnąć Tab by odwrócić kierunek pchnięcia, albo Shift+Tab by wybór zależał " "od obrócenia widoku na ekranie.") S("control the pushing direction with TAB", "steruj kerunek pchnięcia przy użyciu TAB") -S("If set, you control the off-hepetagon pushing direction with TAB. Otherwise, you control it by rotating the screen.", +S("If set, you control the off-heptagon pushing direction with TAB. Otherwise, you control it by rotating the screen.", "Jeśli ustawione, sterujesz kierunek odpychania z siedmiokąta naciskając TAB. W przeciwnym wypadku możesz to zrobić " "obracając widok.") diff --git a/language-zh.cpp b/language-zh.cpp index f225524f..40cf98e6 100644 --- a/language-zh.cpp +++ b/language-zh.cpp @@ -9536,7 +9536,7 @@ S("Do not draw if their distance is greater than the sight range (although some S(" With the keyboard, you can press Tab to invert the way the pushing direction leans, or Shift+Tab to decide based on how the view is rotated.", " 如果使用键盘,可以按Tab键反转推动方向,或按Shift+Tab键根据视图的旋转方式进行决定。") S("control the pushing direction with TAB", "使用TAB键控制推动方向") -S("If set, you control the off-hepetagon pushing direction with TAB. Otherwise, you control it by rotating the screen.", +S("If set, you control the off-heptagon pushing direction with TAB. Otherwise, you control it by rotating the screen.", "如果设置,您可以使用TAB键控制离开七边形格时的推动方向。否则,你可以通过旋转屏幕来控制它。") S("Background particle effects, e.g., in the Blizzard.", "背景粒子效果,例如在暴风雪中的那种。")