Improve text
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
<item row="3" column="0">
|
||||
<widget class="QCheckBox" name="chkInternetConn">
|
||||
<property name="text">
|
||||
<string>Allow connections over the internet</string>
|
||||
<string>Allow connections over the internet via zec-qt-wallet wormhole</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -342,7 +342,7 @@ QString AppDataServer::connDesc(AppConnectionType t) {
|
||||
return QObject::tr("Connected directly");
|
||||
}
|
||||
else {
|
||||
return QObject::tr("Connected over the internet via zec-qt-wallet service");
|
||||
return QObject::tr("Connected over the internet via zec-qt-wallet wormhole service");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user