From 689e936899586dadc9ca61e4a3a59ddfbb8c57ba Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sat, 6 Apr 2024 21:24:59 -0700
Subject: Fix several descriptions using H&K instead of Heckler & Koch.

---
 json/items/magazine/223.json  | 4 ++--
 json/items/magazine/308.json  | 4 ++--
 json/items/magazine/46.json   | 6 +++---
 json/items/magazine/9mm.json  | 2 +-
 json/items/magazine/shot.json | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

(limited to 'json/items')

diff --git a/json/items/magazine/223.json b/json/items/magazine/223.json
index 2bb0ca0..6901149 100644
--- a/json/items/magazine/223.json
+++ b/json/items/magazine/223.json
@@ -5,7 +5,7 @@
     "looks_like": "stanag30",
     "type": "MAGAZINE",
     "name": { "str": "H&K G36 30-round magazine" },
-    "description": "A standard capacity box magazine for use with the H&K G36 assault rifle.",
+    "description": "A standard capacity box magazine for use with the Heckler & Koch G36 assault rifle.",
     "weight": "127 g", 
     "material": [ "plastic" ],
     "ammo_type": [ "223" ],
@@ -17,7 +17,7 @@
     "looks_like": "stanag100drum",
     "type": "MAGAZINE",
     "name": { "str": "H&K G36 100-round double drum magazine" },
-    "description": "A bulky 100-round double drum magazine for use with the H&K G36 assault rifle.",
+    "description": "A bulky 100-round double drum magazine for use with the Heckler & Koch G36 assault rifle.",
     "ammo_type": [ "223" ]
   }
 ]
diff --git a/json/items/magazine/308.json b/json/items/magazine/308.json
index c6b83fe..bc9cade 100644
--- a/json/items/magazine/308.json
+++ b/json/items/magazine/308.json
@@ -4,7 +4,7 @@
     "looks_like": "stanag30",
     "type": "MAGAZINE",
     "name": { "str": "H&K HK417 20-round magazine" },
-    "description": "A 20-round double stack box magazine for the H&K HK417 rifle.",
+    "description": "A 20-round double stack box magazine for the Heckler & Koch HK417 rifle.",
     "weight": "90 g",
     "volume": "500 ml",
     "price": 5600,
@@ -41,7 +41,7 @@
     "looks_like": "g3mag",
     "type": "MAGAZINE",
     "name": { "str": "H&K G3 10 round magazine" },
-    "description": "A 10-round aluminum box magazine for the H&K G3 rifle.",
+    "description": "A 10-round aluminum box magazine for the Heckler & Koch G3 rifle.",
     "weight": "75 g",
     "volume": "250 ml",
     "price": 4500,
diff --git a/json/items/magazine/46.json b/json/items/magazine/46.json
index 80bf0fc..d62d2dc 100644
--- a/json/items/magazine/46.json
+++ b/json/items/magazine/46.json
@@ -5,7 +5,7 @@
     "looks_like": "usp9mag",
     "type": "MAGAZINE",
     "name": { "str": "H&K 4.6mm 20-round magazine" },
-    "description": "A standard capacity 20-round magazine for use with H&K's proprietary 4.6x30mm round.",
+    "description": "A standard capacity 20-round magazine for use with Heckler & Koch's proprietary 4.6x30mm round.",
     "weight": "100 g",
     "volume": "250 ml",
     "price": 4700,
@@ -23,7 +23,7 @@
     "copy-from": "hk46mag",
     "type": "MAGAZINE",
     "name": { "str": "H&K 4.6mm 40-round magazine" },
-    "description": "An extended 40-round magazine for use with H&K's proprietary 4.6x30mm round.",
+    "description": "An extended 40-round magazine for use with Heckler & Koch's proprietary 4.6x30mm round.",
     "weight": "200 g",
     "volume": "500 ml",
     "price": 6300,
@@ -36,7 +36,7 @@
     "copy-from": "hk46mag",
     "type": "MAGAZINE",
     "name": { "str": "H&K 4.6mm 30-round magazine" },
-    "description": "An expanded 30-round magazine for use with H&K's proprietary 4.6x30mm round.",
+    "description": "An expanded 30-round magazine for use with Heckler & Koch's proprietary 4.6x30mm round.",
     "weight": "150 g",
     "volume": "375 ml",
     "price": 5500,
diff --git a/json/items/magazine/9mm.json b/json/items/magazine/9mm.json
index 3c60198..d62ed35 100644
--- a/json/items/magazine/9mm.json
+++ b/json/items/magazine/9mm.json
@@ -55,7 +55,7 @@
     "copy-from": "usp9mag",
     "type": "MAGAZINE",
     "name": { "str": "H&K USP 9x19mm 32-round magazine" },
-    "description": "An extended 32-round box magazine for use with the H&K USP 9x19mm pistol.",
+    "description": "An extended 32-round box magazine for use with the Heckler & Koch USP 9x19mm pistol.",
     "weight": "140 g",
     "volume": "420 ml",
     "price": 4800,
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json
index 3095987..272168f 100644
--- a/json/items/magazine/shot.json
+++ b/json/items/magazine/shot.json
@@ -4,7 +4,7 @@
     "looks_like": "saiga10mag",
     "type": "MAGAZINE",
     "name": { "str": "H&K CAWS 10-round magazine" },
-    "description": "A removable plastic box magazine for the H&K CAWS shotgun. Holds 10 shells.",
+    "description": "A removable plastic box magazine for the Heckler & Koch CAWS shotgun. Holds 10 shells.",
     "weight": "210 g",
     "volume": "500 ml",
     "price": 30000,
-- 
cgit v1.2.1