mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-16 19:16:18 +08:00
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…
x
Reference in New Issue
Block a user