qt: Set (count) placeholder in sendcoinsdialog to notranslate

This commit is contained in:
Wladimir J. van der Laan
2017-01-04 14:28:33 +01:00
parent d65a13b773
commit 388ea19bf2
2 changed files with 6 additions and 11 deletions

View File

@@ -1111,7 +1111,7 @@
<item>
<widget class="QLabel" name="confirmationTargetLabel">
<property name="text">
<string>(count)</string>
<string notr="true">(count)</string>
</property>
</widget>
</item>