]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_hudpanel_physics.c
updated version
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_hudpanel_physics.c
index 1cd6bddd14b38eaa93606eb83465f4902b000c56..aeedc492df6dea50d26b1ada2f553baad827e8ba 100644 (file)
@@ -22,7 +22,7 @@ void XonoticHUDPhysicsDialog_fill(entity me)
                        e.addValue(e, _("Panel disabled"), "0");
                        e.addValue(e, _("Panel enabled"), "1");
                        e.addValue(e, _("Panel enabled even observing"), "2");
-                       e.addValue(e, _("Panel enabled only in race/cts"), "3");
+                       e.addValue(e, _("Panel enabled only in Race/CTS"), "3");
                        e.configureXonoticTextSliderValues(e);
 
        DIALOG_HUDPANEL_COMMON_NOTOGGLE();