X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems%2Fitem%2Fammo.qh;h=179cc9a1d76df4878d167b3ad00a33ed48cbfb3f;hb=d77d35f12d537628d021b946d5fd6aa20734042d;hp=802922cc49584854e53fc7d42866f73f597a878f;hpb=353708c4dcf610a8c0eb80e56bac8408dcc45225;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/items/item/ammo.qh b/qcsrc/common/items/item/ammo.qh index 802922cc4..179cc9a1d 100644 --- a/qcsrc/common/items/item/ammo.qh +++ b/qcsrc/common/items/item/ammo.qh @@ -53,7 +53,7 @@ REGISTER_ITEM(Shells, Shells) { this.m_model = MDL_Shells_ITEM; #endif this.netname = "shells"; - this.m_name = _("shells"); + this.m_name = _("Shells"); this.m_icon = "ammo_shells"; #ifdef SVQC this.m_botvalue = 1000; @@ -89,7 +89,7 @@ REGISTER_ITEM(Bullets, Bullets) { this.m_model = MDL_Bullets_ITEM; #endif this.netname = "bullets"; - this.m_name = _("bullets"); + this.m_name = _("Bullets"); this.m_icon = "ammo_bullets"; #ifdef SVQC this.m_botvalue = 1500; @@ -121,7 +121,7 @@ REGISTER_ITEM(Rockets, Ammo) { this.m_model = MDL_Rockets_ITEM; #endif this.netname = "rockets"; - this.m_name = _("rockets"); + this.m_name = _("Rockets"); this.m_icon = "ammo_rockets"; #ifdef SVQC this.m_botvalue = 1500; @@ -153,7 +153,7 @@ REGISTER_ITEM(Cells, Ammo) { this.m_model = MDL_Cells_ITEM; #endif this.netname = "cells"; - this.m_name = _("cells"); + this.m_name = _("Cells"); this.m_icon = "ammo_cells"; #ifdef SVQC this.m_botvalue = 1500; @@ -185,7 +185,7 @@ REGISTER_ITEM(Plasma, Ammo) { this.m_model = MDL_Plasma_ITEM; #endif this.netname = "plasma"; - this.m_name = _("plasma"); + this.m_name = _("Plasma"); this.m_icon = "ammo_plasma"; #ifdef SVQC this.m_botvalue = 1500;