Merge #9470: qt: Set (count) placeholder in sendcoinsdialog to notranslate
388ea19 qt: Set (count) placeholder in sendcoinsdialog to notranslate (Wladimir J. van der Laan)
This commit is contained in:
parent
d513c77af4
commit
f89a5c78dc
@ -1111,7 +1111,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="confirmationTargetLabel">
|
<widget class="QLabel" name="confirmationTargetLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>(count)</string>
|
<string notr="true">(count)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user