Improper use of no-translation (notr) attribute

"Preview only (N/A)" must be translated
"toolBar1" although it's a window title it will never show up, so better
not request translation.
This commit is contained in:
mgrojo
2018-08-06 19:24:46 +02:00
parent 6db6a4d327
commit f977534a1b
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
<item>
<widget class="QToolBar" name="dbToolbar">
<property name="windowTitle">
<string>toolBar1</string>
<string notr="true">toolBar1</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>

View File

@@ -669,7 +669,7 @@
</font>
</property>
<property name="text">
<string notr="true">Preview only (N/A)</string>
<string>Preview only (N/A)</string>
</property>
<property name="readOnly">
<bool>true</bool>