From: terencehill Date: Wed, 10 Aug 2011 14:18:16 +0000 (+0200) Subject: Add hud_panel_physics 3 in menu too, and try to keep options text as short as possible X-Git-Tag: xonotic-v0.5.0~148^2~6^2~1^2 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=ff5ef3f7621f93be14b1f2382e95d503fc851220;p=xonotic%2Fxonotic-data.pk3dir.git Add hud_panel_physics 3 in menu too, and try to keep options text as short as possible --- diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_physics.c b/qcsrc/menu/xonotic/dialog_hudpanel_physics.c index f8b162f23..1cd6bddd1 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_physics.c +++ b/qcsrc/menu/xonotic/dialog_hudpanel_physics.c @@ -20,8 +20,9 @@ void XonoticHUDPhysicsDialog_fill(entity me) me.TR(me); me.TD(me, 1, 4, e = makeXonoticTextSlider("hud_panel_physics")); e.addValue(e, _("Panel disabled"), "0"); - e.addValue(e, _("Panel enabled if not observing"), "1"); - e.addValue(e, _("Panel always enabled"), "2"); + 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.configureXonoticTextSliderValues(e); DIALOG_HUDPANEL_COMMON_NOTOGGLE();