]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Rename a button 900/head
authorterencehill <piuntn@gmail.com>
Mon, 28 Mar 2022 15:36:10 +0000 (17:36 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 28 Mar 2022 15:36:10 +0000 (17:36 +0200)
qcsrc/menu/xonotic/dialog_gamemenu.qc

index 2613454b366531addb25506309ffa7a7fb00d55b..3467ddf725d31c6ed7a9782ba1e32db6993bc39e 100644 (file)
@@ -29,7 +29,7 @@ void XonoticGameMenuDialog_fill(entity me)
                me.TD(me, 1, 0.8, e = makeXonoticCommandButton(_("Settings"), '0 0 0', "menu_cmd videosettings", 0));
        me.TR(me);
                me.TDempty(me, 0.1);
-               me.TD(me, 1, 0.8, e = makeXonoticCommandButton(_("Keys"), '0 0 0', "menu_cmd inputsettings", 0));
+               me.TD(me, 1, 0.8, e = makeXonoticCommandButton(_("Input"), '0 0 0', "menu_cmd inputsettings", 0));
        me.TR(me);
                me.TD(me, 1, 1, e = makeXonoticCommandButton(_("Quick menu"), '0 0 0', "quickmenu", COMMANDBUTTON_CLOSE));
        me.TR(me);