Browse Source

Change sign message bitcoin address tooltip to "The address to sign the message with" Closes #1050

0.8
graingert 13 years ago
parent
commit
f9781fc62e
  1. 2
      src/qt/forms/messagepage.ui

2
src/qt/forms/messagepage.ui

@ -35,7 +35,7 @@
<item> <item>
<widget class="QValidatedLineEdit" name="signFrom"> <widget class="QValidatedLineEdit" name="signFrom">
<property name="toolTip"> <property name="toolTip">
<string>The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string> <string>The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string>
</property> </property>
<property name="maxLength"> <property name="maxLength">
<number>34</number> <number>34</number>

Loading…
Cancel
Save