qt: Normalize placeholder to avoid using "address book" in sendcoinsentry

This commit is contained in:
Wladimir J. van der Laan 2019-12-09 12:28:55 +01:00
parent 67f36e0b2c
commit a652dc5521

View file

@ -145,7 +145,7 @@
<string>Enter a label for this address to add it to the list of used addresses</string> <string>Enter a label for this address to add it to the list of used addresses</string>
</property> </property>
<property name="placeholderText"> <property name="placeholderText">
<string>Enter a label for this address to add it to your address book</string> <string>Enter a label for this address to add it to the list of used addresses</string>
</property> </property>
</widget> </widget>
</item> </item>