From 78394dbf71aaf4e239f8cb0011d4e590597a3354 Mon Sep 17 00:00:00 2001 From: blablubbabc Date: Thu, 25 Jun 2020 15:09:23 +0200 Subject: [PATCH] Clarified the description of the villager level editor option. Changed the 'msg-button-villager-level' and 'msg-button-villager-level-lore' messages to clarify that this option only changes the visual appearance of the villager's badge color. The included german translation has been updated accordingly as well. --- CHANGELOG.md | 1 + src/main/java/com/nisovin/shopkeepers/Settings.java | 4 ++-- src/main/resources/config.yml | 4 ++-- src/main/resources/language-de.yml | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 307154c3..bc297bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ Changed messages (you will have to manually update those!): * Renamed 'msg-confirm-remove-own-shops' to 'msg-confirm-remove-all-own-shops'. * Renamed 'msg-confirm-remove-player-shops' to 'msg-confirm-remove-all-shops-of-player'. * The 'msg-removed-player-shops' message (previously 'msg-removed-all-player-shops') no longer mentions that 'all' shops got deleted (since this is not necessarily true). +* Changed the 'msg-button-villager-level' and 'msg-button-villager-level-lore' messages to clarify that this option only changes the visual appearance of the villager's badge color. The included german translation has been updated accordingly as well. ## v2.9.3 (2020-04-12) ### Supported MC versions: 1.15.2, 1.14.4 diff --git a/src/main/java/com/nisovin/shopkeepers/Settings.java b/src/main/java/com/nisovin/shopkeepers/Settings.java index 7824d426..e0742f7d 100644 --- a/src/main/java/com/nisovin/shopkeepers/Settings.java +++ b/src/main/java/com/nisovin/shopkeepers/Settings.java @@ -378,8 +378,8 @@ public class Settings { public static List msgButtonVillagerProfessionLore = Arrays.asList("Changes the profession", "of the villager"); public static String msgButtonVillagerVariant = "&aChoose villager variant"; public static List msgButtonVillagerVariantLore = Arrays.asList("Changes the look", "of the villager"); - public static String msgButtonVillagerLevel = "&aChoose villager level"; - public static List msgButtonVillagerLevelLore = Arrays.asList("Changes the level", "of the villager"); + public static String msgButtonVillagerLevel = "&aChoose villager badge color"; + public static List msgButtonVillagerLevelLore = Arrays.asList("Changes the badge color", "of the villager"); public static String msgButtonZombieVillagerProfession = "&aChoose villager profession"; public static List msgButtonZombieVillagerProfessionLore = Arrays.asList("Changes the profession", "of the zombie villager"); diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 3f8d027a..106336c7 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -512,9 +512,9 @@ msg-button-villager-variant: "&aChoose villager variant" msg-button-villager-variant-lore: - "Changes the look" - "of the villager" -msg-button-villager-level: "&aChoose villager level" +msg-button-villager-level: "&aChoose villager badge color" msg-button-villager-level-lore: -- "Changes the level" +- "Changes the badge color" - "of the villager" msg-button-zombie-villager-profession: "&aChoose villager profession" msg-button-zombie-villager-profession-lore: diff --git a/src/main/resources/language-de.yml b/src/main/resources/language-de.yml index 952ac244..2f95f784 100644 --- a/src/main/resources/language-de.yml +++ b/src/main/resources/language-de.yml @@ -143,9 +143,9 @@ msg-button-villager-variant: "&aDorfbewohner-Variante ändern" msg-button-villager-variant-lore: - "Ändert das Aussehen" - "des Dorfbewohners" -msg-button-villager-level: "&aErfahrungslevel ändern" +msg-button-villager-level: "&aAbzeichenfarbe ändern" msg-button-villager-level-lore: -- "Ändert das Erfahrungslevel" +- "Ändert die Abzeichenfarbe" - "des Dorfbewohners" msg-button-zombie-villager-profession: "&aBeruf ändern" msg-button-zombie-villager-profession-lore: