mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 21:02:38 -03:00
fix a wrong string in signverifymessagedialog.ui
This commit is contained in:
parent
45aa01fe89
commit
a04030d30f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Messaging - Sign / Verify a Message</string>
|
<string>Signatures - Sign / Verify a Message</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="modal">
|
<property name="modal">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
Loading…
Reference in a new issue