Browse Source

Explain the difference between zaddrs and taddrs in the UI

pull/45/head
Duke Leto 5 years ago
parent
commit
83cddff472
  1. 4
      src/mainwindow.ui

4
src/mainwindow.ui

@ -721,7 +721,7 @@
<item> <item>
<widget class="QRadioButton" name="rdioZSAddr"> <widget class="QRadioButton" name="rdioZSAddr">
<property name="text"> <property name="text">
<string>z-Addr</string> <string>Shielded Address (Private, Anonymous)</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -734,7 +734,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>t-Addr</string> <string>Transparent Address (Public, Metadata-Leaking)</string>
</property> </property>
</widget> </widget>
</item> </item>

Loading…
Cancel
Save