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:
@@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user