Improve text

This commit is contained in:
Aditya Kulkarni
2019-02-21 11:16:26 -08:00
parent f1dde6f73d
commit dbecdf62ff
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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");
}
}