From d097b84c827c22493b57d80094a52f574920bc6f Mon Sep 17 00:00:00 2001 From: huanghongxun Date: Thu, 22 Feb 2018 16:26:47 +0800 Subject: [PATCH] Fixed #285 --- HMCL/src/main/java/org/jackhuang/hmcl/ui/ModController.java | 2 +- HMCL/src/main/resources/assets/lang/I18N.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/ModController.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/ModController.java index e71e55e71..6cea184f7 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/ModController.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/ModController.java @@ -164,7 +164,7 @@ public final class ModController { prompt.add(Main.i18n("mods.add.success", String.join(", ", succeeded))); if (!failed.isEmpty()) prompt.add(Main.i18n("mods.add.failed", String.join(", ", failed))); - Controllers.dialog(String.join("\n", prompt), Main.i18n("mods.add")); + Controllers.dialog(String.join("\n", prompt), Main.i18n("mods.add")); loadMods(modManager, versionId); })).start(); } diff --git a/HMCL/src/main/resources/assets/lang/I18N.properties b/HMCL/src/main/resources/assets/lang/I18N.properties index 21b85ee62..2060c403f 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -30,7 +30,7 @@ about.open_source.statement=GPL v3 (https://github.com/huanghongxun/HMCL/) account=Accounts account.choose=Choose a character -account.current=Current account +account.current=Current account.create=Create a new account account.email=Email account.failed.connect_authentication_server=Cannot connect the authentication server. Check your network. @@ -293,7 +293,7 @@ modpack.wizard.step.initialization.save=Choose a path to export the game files t modpack.wizard.step.initialization.warning=Before making modpack, you should ensure that your game can launch successfully,\nand that your Minecraft is release, not snapshot.\nand that it is not allowed to add mods which is not allowed to distribute to the modpack. mods=Mods -mods.add=Add +mods.add=Add mods mods.add.failed=Failed to add mods %s. mods.add.success=Successfully added mods %s. mods.choose_mod=Choose your mods @@ -354,7 +354,7 @@ settings.game.management=Manage settings.icon=Game Icon -settings.launcher=Launcher +settings.launcher=Settings settings.launcher.common_path.tooltip=This app will save all game libraries and assets here unless there are existant files in game folder. settings.launcher.download_source=Download Source settings.launcher.language=Language