Tiny fixes
This commit is contained in:
parent
80ada3f241
commit
d13df65bfb
6 changed files with 20 additions and 51 deletions
|
|
@ -42,6 +42,7 @@ QString errorString(ErrorCode code){
|
|||
|
||||
// VPN errors
|
||||
case (OpenVpnAdaptersInUseError): return QObject::tr("Can't connect: another VPN connection is active");
|
||||
case (OpenVpnTapAdapterError): return QObject::tr("Can't setup OpenVPN TAP network adapter");
|
||||
|
||||
case(InternalError):
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue