From: Rudolf Polzer Date: Sun, 14 Aug 2011 09:24:19 +0000 (+0200) Subject: fix spelling Race/CTS X-Git-Tag: xonotic-v0.5.0~148^2~6^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=55626a0e86edc9d2c0776f45eb7ccba14f84c254;p=xonotic%2Fxonotic-data.pk3dir.git fix spelling Race/CTS --- diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_physics.c b/qcsrc/menu/xonotic/dialog_hudpanel_physics.c index 1cd6bddd1..aeedc492d 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_physics.c +++ b/qcsrc/menu/xonotic/dialog_hudpanel_physics.c @@ -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();