mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
libs: typo
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b1362e5fb0
commit
5e6ea65ed8
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue