]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/keybinder.qc
Merge branch 'terencehill/scoreboard_ui' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / keybinder.qc
index abaac730949ea2238a4ddbcfb55e2b2910017edb..5a0f9f487f0b5f9b58686f0fcc40f77458d04efa 100644 (file)
@@ -33,8 +33,8 @@ void KeyBinds_BuildList()
        #define KEYBIND_SPECIAL_DEF(key, desc) KEYBIND_DEF(strcat("*", key), desc)
 
        KEYBIND_HEADER(_("Moving"));
-       KEYBIND_DEF("+forward"                              , _("forward"));
-       KEYBIND_DEF("+back"                                 , _("backpedal"));
+       KEYBIND_DEF("+forward"                              , _("move forwards"));
+       KEYBIND_DEF("+back"                                 , _("move backwards"));
        KEYBIND_DEF("+moveleft"                             , _("strafe left"));
        KEYBIND_DEF("+moveright"                            , _("strafe right"));
        KEYBIND_DEF("+jump"                                 , _("jump / swim"));