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:
parent
b5b7f7ec50
commit
955db2d133
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user