[Qt, Trivial] misc minor string changes
- write "Bitcoins" uppercase - replace secure/insecure for payment requests with authenticated/unauthenticated - change a translatable string for payment request expiry to match another existing string to only get ONE resulting string to translate
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
c0555dc8eb
commit
985ec17eee
@@ -195,7 +195,7 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QFrame" name="SendCoins_InsecurePaymentRequest">
|
||||
<widget class="QFrame" name="SendCoins_UnauthenticatedPaymentRequest">
|
||||
<property name="palette">
|
||||
<palette>
|
||||
<active>
|
||||
@@ -612,7 +612,7 @@
|
||||
</palette>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>This is an unverified payment request.</string>
|
||||
<string>This is an unauthenticated payment request.</string>
|
||||
</property>
|
||||
<property name="autoFillBackground">
|
||||
<bool>true</bool>
|
||||
@@ -700,7 +700,7 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QFrame" name="SendCoins_SecurePaymentRequest">
|
||||
<widget class="QFrame" name="SendCoins_AuthenticatedPaymentRequest">
|
||||
<property name="palette">
|
||||
<palette>
|
||||
<active>
|
||||
@@ -1144,7 +1144,7 @@
|
||||
</palette>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>This is a verified payment request.</string>
|
||||
<string>This is an authenticated payment request.</string>
|
||||
</property>
|
||||
<property name="autoFillBackground">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user