ksystraycmd: update error string

there is no K3ShellProcess class

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-01 01:07:38 +03:00
parent 563d0f1557
commit a9cd7e8c93

View file

@ -84,7 +84,7 @@ bool KSysTrayCmd::start()
// Run the command and watch for its window // Run the command and watch for its window
if ( !startClient() ) { if ( !startClient() ) {
errStr = i18n( "KSysTrayCmd: K3ShellProcess cannot find a shell." ); errStr = i18n( "Cannot start client." );
clientExited(); clientExited();
return false; return false;
} }