TxInfoDialog: improve strings

This commit is contained in:
tobtoht 2021-10-22 14:08:08 +02:00
parent 1ebb408c2c
commit ba127b4251
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

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