From 766344e3c6d7da455e9e5dd77a06c0eb7be89d88 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 8 Sep 2018 07:28:28 +1000 Subject: [PATCH] Capitalize mega item names --- qcsrc/common/items/item/armor.qh | 2 +- qcsrc/common/items/item/health.qh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/items/item/armor.qh b/qcsrc/common/items/item/armor.qh index 326b0d3da..8f778a26c 100644 --- a/qcsrc/common/items/item/armor.qh +++ b/qcsrc/common/items/item/armor.qh @@ -155,7 +155,7 @@ REGISTER_ITEM(ArmorMega, Armor) { this.m_sound = SND_ArmorMega; #endif this.netname = "armor_mega"; - this.m_name = _("mega armor"); + this.m_name = _("Mega armor"); this.m_icon = "item_large_armor"; this.m_color = '0 1 0'; this.m_waypoint = _("Mega armor"); diff --git a/qcsrc/common/items/item/health.qh b/qcsrc/common/items/item/health.qh index 96a98b55e..bf4cb3f6d 100644 --- a/qcsrc/common/items/item/health.qh +++ b/qcsrc/common/items/item/health.qh @@ -155,7 +155,7 @@ REGISTER_ITEM(HealthMega, Health) { this.m_sound = SND_HealthMega; #endif this.netname = "health_mega"; - this.m_name = _("mega health"); + this.m_name = _("Mega health"); this.m_icon = "item_mega_health"; this.m_color = '1 0 0'; this.m_waypoint = _("Mega health"); -- 2.39.2