Drive restore loading screen text

This commit is contained in:
yflory
2018-07-19 18:49:14 +02:00
parent 362579f79f
commit 8ab786e7df
3 changed files with 3 additions and 1 deletions

View File

@@ -3374,7 +3374,7 @@ define([
/* add a history button */
APP.histConfig = {
onLocal: function () {
UI.addLoadingScreen({ loadingText: "Please be careful" }); // XXX
UI.addLoadingScreen({ loadingText: Messages.fm_restoreDrive });
proxy.drive = history.currentObj.drive;
sframeChan.query("Q_DRIVE_RESTORE", history.currentObj.drive, function () {
UI.removeLoadingScreen();