From deeef8f67a35b01617886b253b95c7a8163ece6c Mon Sep 17 00:00:00 2001 From: 3gf8jv4dv <3gf8jv4dv@gmail.com> Date: Tue, 15 Oct 2024 01:19:11 +0800 Subject: [PATCH] Download source and thread setting titles i18n key (#3338) * Change the download source and thread setting titles to the appropriate i18n key * update --------- Co-authored-by: Glavo --- .../java/org/jackhuang/hmcl/ui/main/DownloadSettingsPage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/DownloadSettingsPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/DownloadSettingsPage.java index 3a4737afa..695c89ddf 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/DownloadSettingsPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/DownloadSettingsPage.java @@ -99,7 +99,7 @@ public class DownloadSettingsPage extends StackPane { downloadSource.getChildren().setAll(chooseWrapper, versionListSourcePane, downloadSourcePane); } - content.getChildren().addAll(ComponentList.createComponentListTitle(i18n("settings.launcher.version_list_source")), downloadSource); + content.getChildren().addAll(ComponentList.createComponentListTitle(i18n("settings.launcher.download_source")), downloadSource); } {