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:
Alexandre Folle de Menezes
2025-06-01 08:32:36 -03:00
committed by GitHub
parent 96b0249b1d
commit 30087a1680
52 changed files with 2421 additions and 2488 deletions

View File

@@ -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"));
}