diff --git a/addons/hellfire/CfgMagazines.hpp b/addons/hellfire/CfgMagazines.hpp
index 51dba52661..6d1651604f 100644
--- a/addons/hellfire/CfgMagazines.hpp
+++ b/addons/hellfire/CfgMagazines.hpp
@@ -7,7 +7,7 @@ class CfgMagazines {
ammo = "ACE_Hellfire_AGM114K";
displayName = "AGM-114K [ACE]";
displayNameShort = "AGM-114K";
- descriptionShort = "AGM-114K";
+ descriptionShort = CSTRING(KDescriptionShort);
};
// 1.70 pylon magazines:
@@ -52,35 +52,35 @@ class CfgMagazines {
ammo = "ACE_Hellfire_AGM114N";
displayName = "AGM-114N [ACE]";
displayNameShort = "AGM-114N";
- descriptionShort = "AGM-114N";
+ descriptionShort = CSTRING(NDescriptionShort);
};
// 1.70 pylon magazines:
class PylonMissile_1Rnd_ACE_Hellfire_AGM114N: PylonMissile_1Rnd_ACE_Hellfire_AGM114K { // Bare missle
displayName = "1x AGM-114N [ACE]";
displayNameShort = "AGM-114N";
- descriptionShort = "AGM-114N";
+ descriptionShort = CSTRING(NDescriptionShort);
ammo = "ACE_Hellfire_AGM114N";
pylonWeapon = QGVAR(launcher_N);
};
class PylonRack_1Rnd_ACE_Hellfire_AGM114N: PylonRack_1Rnd_ACE_Hellfire_AGM114K { // 1x Launcher Support Rack
displayName = "1x AGM-114N [ACE]";
displayNameShort = "AGM-114N";
- descriptionShort = "AGM-114N";
+ descriptionShort = CSTRING(NDescriptionShort);
ammo = "ACE_Hellfire_AGM114N";
pylonWeapon = QGVAR(launcher_N);
};
class PylonRack_3Rnd_ACE_Hellfire_AGM114N: PylonRack_3Rnd_ACE_Hellfire_AGM114K { // 3x Launcher Support Rack
displayName = "3x AGM-114N [ACE]";
displayNameShort = "AGM-114N";
- descriptionShort = "AGM-114N";
+ descriptionShort = CSTRING(NDescriptionShort);
ammo = "ACE_Hellfire_AGM114N";
pylonWeapon = QGVAR(launcher_N);
};
class PylonRack_4Rnd_ACE_Hellfire_AGM114N: PylonRack_4Rnd_ACE_Hellfire_AGM114K { // 4x Launcher Support Rack
displayName = "4x AGM-114N [ACE]";
displayNameShort = "AGM-114N";
- descriptionShort = "AGM-114N";
+ descriptionShort = CSTRING(NDescriptionShort);
ammo = "ACE_Hellfire_AGM114N";
pylonWeapon = QGVAR(launcher_N);
};
@@ -91,35 +91,35 @@ class CfgMagazines {
ammo = "ACE_Hellfire_AGM114L";
displayName = "AGM-114L [ACE]";
displayNameShort = "AGM-114L";
- descriptionShort = "AGM-114L";
+ descriptionShort = CSTRING(LDescriptionShort);
};
// 1.70 pylon magazines:
class PylonMissile_1Rnd_ACE_Hellfire_AGM114L: PylonMissile_1Rnd_ACE_Hellfire_AGM114K { // Bare missle
displayName = "1x AGM-114L [ACE]";
displayNameShort = "AGM-114L";
- descriptionShort = "AGM-114L";
+ descriptionShort = CSTRING(LDescriptionShort);
ammo = "ACE_Hellfire_AGM114L";
pylonWeapon = QGVAR(launcher_L);
};
class PylonRack_1Rnd_ACE_Hellfire_AGM114L: PylonRack_1Rnd_ACE_Hellfire_AGM114K { // 1x Launcher Support Rack
displayName = "1x AGM-114L [ACE]";
displayNameShort = "AGM-114L";
- descriptionShort = "AGM-114L";
+ descriptionShort = CSTRING(LDescriptionShort);
ammo = "ACE_Hellfire_AGM114L";
pylonWeapon = QGVAR(launcher_L);
};
class PylonRack_3Rnd_ACE_Hellfire_AGM114L: PylonRack_3Rnd_ACE_Hellfire_AGM114K { // 3x Launcher Support Rack
displayName = "3x AGM-114L [ACE]";
displayNameShort = "AGM-114L";
- descriptionShort = "AGM-114L";
+ descriptionShort = CSTRING(LDescriptionShort);
ammo = "ACE_Hellfire_AGM114L";
pylonWeapon = QGVAR(launcher_L);
};
class PylonRack_4Rnd_ACE_Hellfire_AGM114L: PylonRack_4Rnd_ACE_Hellfire_AGM114K { // 4x Launcher Support Rack
displayName = "4x AGM-114L [ACE]";
displayNameShort = "AGM-114L";
- descriptionShort = "AGM-114L";
+ descriptionShort = CSTRING(LDescriptionShort);
ammo = "ACE_Hellfire_AGM114L";
pylonWeapon = QGVAR(launcher_L);
};
diff --git a/addons/hellfire/stringtable.xml b/addons/hellfire/stringtable.xml
index c621e6ddb4..98ef38732d 100644
--- a/addons/hellfire/stringtable.xml
+++ b/addons/hellfire/stringtable.xml
@@ -17,5 +17,14 @@
Hellfire modunu ayarla
Ajustar modo Hellfire
+
+ Semi-active laser homing missile with high explosive anti-tank warhead
+
+
+ Millimeter-wave radar guided missile with high explosive anti-tank warhead
+
+
+ Semi-active laser homing missile with metal augmented charge anti-personnel warhead
+