ENH: modify a tips

Change-Id: I0f25dbc1c5148c8a43a454f85a8b9ad69e943791
This commit is contained in:
Stone Li 2022-12-13 18:19:11 +08:00 committed by Lane.Wei
parent 11162ef257
commit ecc9dbc791
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ void UpgradeNetworkJob::process()
name, package_name,
[this](int state, int percent, bool &cancel) {
if (state == InstallStatusInstallCompleted) {
update_status(percent, _L("Finish"));
update_status(percent, _L("Install successfully."));
} else {
update_status(percent, _L("Installing"));
}