Fixed #285
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user