]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Capitalize mega item names
authorMario <zacjardine@y7mail.com>
Fri, 7 Sep 2018 21:28:28 +0000 (07:28 +1000)
committerMario <zacjardine@y7mail.com>
Fri, 7 Sep 2018 21:28:28 +0000 (07:28 +1000)
qcsrc/common/items/item/armor.qh
qcsrc/common/items/item/health.qh

index 326b0d3dafe62a026cbd33e109f1224d674fffec..8f778a26c220ca63959c15c575499498d7d5913b 100644 (file)
@@ -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");
index 96a98b55e1ca8dfeb1bf561c098db347e774b631..bf4cb3f6d875eafc8755a308f2024332b3793b1b 100644 (file)
@@ -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");