libs: typo

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-07 01:57:39 +02:00
parent b1362e5fb0
commit 5e6ea65ed8

View file

@ -1009,7 +1009,7 @@ bool KSysGuardProcessList::reniceProcesses(const QList<long long> &pids, int nic
if (reply == KAuthorization::NoError) {
updateList();
} else if (reply == KAuthorization::AuthorizationError) {
KMessageBox::sorry(this, i18n("You do not have the permission to crenice the process."));
KMessageBox::sorry(this, i18n("You do not have the permission to renice the process."));
return false;
} else {
KMessageBox::sorry(this, i18n("There was a problem trying to renice the process"));