]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_settings_bindings_reset.qc
Keep spelling consistent.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_settings_bindings_reset.qc
index 0ceda25ac8c8a914ade17bb74a2f1fe3ed2bab25..1853bc1f8d10ac500d339d6507e3e4aeec2b2e17 100644 (file)
@@ -9,7 +9,7 @@ void XonoticBindingsResetDialog_fill(entity me)
 {
        entity e;
        me.TR(me);
-               me.TD(me, 1, 2, makeXonoticTextLabel(0.5, _("Are you sure you want to reset all keybindings?")));
+               me.TD(me, 1, 2, makeXonoticTextLabel(0.5, _("Are you sure you want to reset all key bindings?")));
        me.TR(me);
        me.TR(me);
                me.TD(me, 1, 1, e = makeXonoticButton(_("Yes"), '1 0 0'));