From: terencehill <piuntn@gmail.com>
Date: Sat, 24 Dec 2011 14:09:11 +0000 (+0100)
Subject: Fix a cvar description, it was ambiguous
X-Git-Tag: xonotic-v0.8.1~12^2~57
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5e22ee8295c16872a680483a0bac1b5ffc355704;p=xonotic%2Fxonotic-data.pk3dir.git

Fix a cvar description, it was ambiguous
---

diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg
index b48639a4d2..75e9c7a027 100644
--- a/_hud_descriptions.cfg
+++ b/_hud_descriptions.cfg
@@ -302,6 +302,6 @@ seta hud_panel_itemstime_progressbar "" "use progressbar behind icons"
 seta hud_panel_itemstime_progressbar_name "" "name of progressbar to use behind icons"
 seta hud_panel_itemstime_progressbar_xoffset "" "percentage of item width to offset progressbar with"
 seta hud_panel_itemstime_showspawned "0" "show icons of already spawned items"
-seta hud_panel_itemstime_text "" "show text/icons"
+seta hud_panel_itemstime_text "" "show text"
 seta hud_panel_itemstime_ratio "2" "ratio between space reserved for text and icon width of each item entry (min value is 2)"