Set notr="true" for strings that are never displayed.
This commit is contained in:
parent
f26b82e172
commit
8c9748063b
|
@ -549,7 +549,7 @@
|
||||||
</action>
|
</action>
|
||||||
<action name="mActionProjectMRU">
|
<action name="mActionProjectMRU">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Project MRU placeholder</string>
|
<string notr="true">Project MRU placeholder</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="visible">
|
<property name="visible">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="mLblIdealThreads">
|
<widget class="QLabel" name="mLblIdealThreads">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>TextLabel</string>
|
<string notr="true">TextLabel</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -294,7 +294,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="mLblPortability">
|
<widget class="QLabel" name="mLblPortability">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>TextLabel</string>
|
<string notr="true">TextLabel</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -330,7 +330,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="mLblInformation">
|
<widget class="QLabel" name="mLblInformation">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>TextLabel</string>
|
<string notr="true">TextLabel</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in New Issue