mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
ksystraycmd: update error string
there is no K3ShellProcess class Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
563d0f1557
commit
a9cd7e8c93
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ bool KSysTrayCmd::start()
|
|||
|
||||
// Run the command and watch for its window
|
||||
if ( !startClient() ) {
|
||||
errStr = i18n( "KSysTrayCmd: K3ShellProcess cannot find a shell." );
|
||||
errStr = i18n( "Cannot start client." );
|
||||
clientExited();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue