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