mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-10 12:26:16 -04:00
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 <zjx001202@gmail.com>
This commit is contained in:
parent
25c76a748f
commit
deeef8f67a
@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user