Merge branch 'master' into 'master'

[Mobile] update button text

See merge request core-developers/forge!3757
This commit is contained in:
Anthony Calosa
2021-02-05 11:17:04 +00:00

View File

@@ -157,7 +157,7 @@ public class AssetsDownloader {
FileUtil.writeFile(versionFile, Forge.CURRENT_VERSION); FileUtil.writeFile(versionFile, Forge.CURRENT_VERSION);
//add restart after assets update //add restart after assets update
switch (SOptionPane.showOptionDialog("Resource update finished. Please restart Forge.", "", null, ImmutableList.of("Ok"))) { switch (SOptionPane.showOptionDialog("Resource update finished...", "", null, ImmutableList.of("Restart"))) {
default: default:
Forge.restart(true); Forge.restart(true);
} }