mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-24 03:25:51 +00:00
TxInfoDialog: improve strings
This commit is contained in:
parent
1ebb408c2c
commit
ba127b4251
1 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="btn_copyTxID">
|
<widget class="QPushButton" name="btn_copyTxID">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Copy Tx ID/hash</string>
|
<string>Copy Tx ID</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -222,7 +222,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="btn_createTxProof">
|
<widget class="QPushButton" name="btn_createTxProof">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Create Transaction Proof</string>
|
<string>Create Tx Proof</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue