Stating that some UI strings are not translatable

Mostly because those strings are not actually supposed to be seen by
the user.
The point here being that it does not show in crowdin
This commit is contained in:
Arthur Milchior 2019-10-24 02:10:52 +02:00
parent b5b7f7ec50
commit 955db2d133

View File

@ -69,7 +69,7 @@
<item>
<widget class="QLabel" name="title">
<property name="text">
<string>...</string>
<string notr="true">...</string>
</property>
</widget>
</item>
@ -78,7 +78,7 @@
<item>
<widget class="QLabel" name="preSpin">
<property name="text">
<string>...</string>
<string notr="true">...</string>
</property>
</widget>
</item>
@ -88,7 +88,7 @@
<item>
<widget class="QLabel" name="postSpin">
<property name="text">
<string>...</string>
<string notr="true">...</string>
</property>
</widget>
</item>