From 0f0cabc65e09899221b912de86cd88083e568780 Mon Sep 17 00:00:00 2001 From: Amirhan-Taipovjan-Greatest-I <51203385+Amirhan-Taipovjan-Greatest-I@users.noreply.github.com> Date: Sun, 18 Aug 2024 01:11:22 +0300 Subject: [PATCH] Small English Fix. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I also think that first %s in not necessary in "my-totem-doll.modmenu.old_config_library_screen.message" and without it the Message can look like this: "Your [YACL] version is outdated for My Totem Doll Configuration. Please update §6§lYACL§f to version %s or higher.\n\n§a§lOpen §6§lYACL §a§lModrinth page?" --- src/main/resources/assets/my-totem-doll/lang/en_us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/my-totem-doll/lang/en_us.json b/src/main/resources/assets/my-totem-doll/lang/en_us.json index 61328ee..72ccdbc 100644 --- a/src/main/resources/assets/my-totem-doll/lang/en_us.json +++ b/src/main/resources/assets/my-totem-doll/lang/en_us.json @@ -2,7 +2,7 @@ "modmenu.descriptionTranslation.my_totem_doll": "Simple Fabric mod which replaces all totems with player dolls.", "my-totem-doll.modmenu.title": "§lMy Totem Doll", "my-totem-doll.modmenu.no_config_library_screen.message": "You need to install §6§lYet Another Config Lib [YACL]§f to open My Totem Doll Configuration Screen\n\n§a§lOpen §6§lYACL §a§lModrinth page?", - "my-totem-doll.modmenu.old_config_library_screen.message": "Your §6§lYet Another Config Lib [YACL]§f with version %s is outdated for configuration My Totem Doll. Please update §6§lYACL§f with version %s or higher.\n\n§a§lOpen §6§lYACL §a§lModrinth page?", + "my-totem-doll.modmenu.old_config_library_screen.message": "Your §6§lYet Another Config Lib [YACL]§f with version %s is outdated for My Totem Doll Configuration. Please update §6§lYACL§f to version %s or higher.\n\n§a§lOpen §6§lYACL §a§lModrinth page?", "my-totem-doll.modmenu.category.general.name": "§lGeneral", "my-totem-doll.modmenu.option.mod_enabled.name": "Mod Enabled", @@ -33,4 +33,4 @@ "my-totem-doll.modmenu.formatter.enabled_or_disabled.true": "Enabled", "my-totem-doll.modmenu.formatter.enabled_or_disabled.false": "Disabled" -} \ No newline at end of file +}