ENH: modify a tips
Change-Id: I0f25dbc1c5148c8a43a454f85a8b9ad69e943791
This commit is contained in:
parent
11162ef257
commit
ecc9dbc791
|
@ -100,7 +100,7 @@ void UpgradeNetworkJob::process()
|
||||||
name, package_name,
|
name, package_name,
|
||||||
[this](int state, int percent, bool &cancel) {
|
[this](int state, int percent, bool &cancel) {
|
||||||
if (state == InstallStatusInstallCompleted) {
|
if (state == InstallStatusInstallCompleted) {
|
||||||
update_status(percent, _L("Finish"));
|
update_status(percent, _L("Install successfully."));
|
||||||
} else {
|
} else {
|
||||||
update_status(percent, _L("Installing"));
|
update_status(percent, _L("Installing"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue