Merge pull request #4208

6a5c124 [Qt] don't allow translation of our example btc address (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan
2014-06-27 12:42:36 +02:00
4 changed files with 6 additions and 5 deletions

View File

@@ -51,7 +51,7 @@
<item>
<widget class="QValidatedLineEdit" name="payTo">
<property name="toolTip">
<string>The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string>
<string>The Bitcoin address to send the payment to</string>
</property>
</widget>
</item>

View File

@@ -45,7 +45,7 @@
<item>
<widget class="QValidatedLineEdit" name="addressIn_SM">
<property name="toolTip">
<string>The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string>
<string>The Bitcoin address to sign the message with</string>
</property>
</widget>
</item>
@@ -255,7 +255,7 @@
<item>
<widget class="QValidatedLineEdit" name="addressIn_VM">
<property name="toolTip">
<string>The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string>
<string>The Bitcoin address the message was signed with</string>
</property>
</widget>
</item>