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
96b0249b1d
commit
30087a1680
@@ -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