From 44984699f1fc85b61d17d9280507c2e9c37c11e0 Mon Sep 17 00:00:00 2001 From: Vantha Date: Mon, 17 Nov 2025 10:16:52 +0100 Subject: [PATCH] Remove some invalid entries from messages.json 'StatusName', 'ApplierTooltip' and 'ReceiverTooltip' are attributes of status effects, which are defined in JSON files (and already extracted correctly from there), not XMLs. --- binaries/data/mods/public/l10n/messages.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/binaries/data/mods/public/l10n/messages.json b/binaries/data/mods/public/l10n/messages.json index 02797101b5..e34edbfc2d 100644 --- a/binaries/data/mods/public/l10n/messages.json +++ b/binaries/data/mods/public/l10n/messages.json @@ -480,15 +480,6 @@ "AttackName": { "customContext": "Name of an attack, usually the weapon." }, - "StatusName": { - "customContext": "status effect" - }, - "ApplierTooltip": { - "customContext": "status effect" - }, - "ReceiverTooltip": { - "customContext": "status effect" - }, "GenericName": {}, "SpecificName": {}, "History": {}, @@ -523,15 +514,6 @@ "AttackName": { "customContext": "Name of an attack, usually the weapon." }, - "StatusName": { - "customContext": "status effect" - }, - "ApplierTooltip": { - "customContext": "status effect" - }, - "ReceiverTooltip": { - "customContext": "status effect" - }, "GenericName": {}, "SpecificName": {}, "History": {},