Skip to content

Commit

Permalink
[Qt] Don't translate dummy strings in mnrow
Browse files Browse the repository at this point in the history
These strings are placeholders, treat them as such by not sending them
to Transifex for localization.
  • Loading branch information
Fuzzbawls committed Apr 15, 2020
1 parent e92c8ed commit 219317f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/qt/pivx/forms/mnrow.ui
Expand Up @@ -80,14 +80,14 @@
<item>
<widget class="QLabel" name="labelName">
<property name="text">
<string>user_masternode</string>
<string notr="true">N/A</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelAddress">
<property name="text">
<string>Address: 88.26.164.88:51474</string>
<string notr="true">N/A</string>
</property>
</widget>
</item>
Expand All @@ -110,7 +110,7 @@
<item>
<widget class="QLabel" name="labelDate">
<property name="text">
<string>Jan. 19, 2019</string>
<string notr="true">N/A</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 219317f

Please sign in to comment.