Fix unwanted renaming SLOT => TQ_SLOT in the message string.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4142f04cbc)
r14.1.x
Slávek Banko 4 months ago
parent 143ef5f550
commit 36f7e3f1b2
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -16404,8 +16404,8 @@ void KVpnc::readOutput_openvpn()
}
else if ( ProcessMsg.find ( "Need 'token-insertion-request' confirmation MSG:Please insert TQ_SLOT", 0 , FALSE ) > -1 )
{
KMessageBox::error ( this, i18n ( "Need token to be insert. Please insert token in TQ_SLOT...." ) );
GlobalConfig->appendLogEntry ( i18n ( "Need token to be insert. Please insert token in TQ_SLOT...." ), GlobalConfig->error );
KMessageBox::error ( this, i18n ( "Need token to be insert. Please insert token in SLOT...." ) );
GlobalConfig->appendLogEntry ( i18n ( "Need token to be insert. Please insert token in SLOT...." ), GlobalConfig->error );
abort = true;
}
else if ( ProcessMsg.find ( "process exiting", 0 , FALSE ) > -1 )

Loading…
Cancel
Save