mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 09:52:11 +00:00
Fix the spelling/grammar on the original english strings (#9487)
* Fix the spelling/grammar on english strings * Fix the spelling/grammar on english strings, part 2
This commit is contained in:
committed by
GitHub
parent
a2f87dc980
commit
b8c5ddd0ee
@@ -89,7 +89,7 @@ void UpgradeNetworkJob::process(Ctl &ctl)
|
||||
name, package_name,
|
||||
[this, &ctl](int state, int percent, bool &cancel) {
|
||||
if (state == InstallStatusInstallCompleted) {
|
||||
update_status(ctl, percent, _u8L("Install successfully."));
|
||||
update_status(ctl, percent, _u8L("Installed successfully"));
|
||||
} else {
|
||||
update_status(ctl, percent, _u8L("Installing"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user