diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-24 01:05:31 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-24 01:05:31 +0200 |
commit | 111207a3f88ddf19a2e7ef6c809888ffa6480e0b (patch) | |
tree | 35e9059e82b0d9157800401c08ecddbc1a3c65fc /src/settings_translation_file.cpp | |
parent | b7767dd9aae27f0fe6b7ae3b99d0f51860979f82 (diff) | |
download | minetest-111207a3f88ddf19a2e7ef6c809888ffa6480e0b.tar.xz |
Add keybind to swap items between handshandswap_keybind
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r-- | src/settings_translation_file.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp index 03bb564fb..4d5fdf8ea 100644 --- a/src/settings_translation_file.cpp +++ b/src/settings_translation_file.cpp @@ -1072,6 +1072,8 @@ fake_function() { gettext("Key for taking screenshots.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); gettext("Drop item key"); gettext("Key for dropping the currently selected item.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); + gettext("Swap hand items"); + gettext("Key for swapping items between main hand and offhand.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); gettext("View zoom key"); gettext("Key to use view zoom when possible.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); gettext("Hotbar slot 1 key"); |