Mark string for translation.

This commit is contained in:
Roman Telezhynskyi 2020-10-28 14:10:23 +02:00
parent 8927abe99a
commit 612a48710e

View File

@ -14,7 +14,7 @@
<string>Dimension labels</string> <string>Dimension labels</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../share/resources/tapeicon.qrc"> <iconset>
<normaloff>:/tapeicon/64x64/logo.png</normaloff>:/tapeicon/64x64/logo.png</iconset> <normaloff>:/tapeicon/64x64/logo.png</normaloff>:/tapeicon/64x64/logo.png</iconset>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
@ -36,7 +36,7 @@
<item> <item>
<widget class="QLabel" name="labelDimension"> <widget class="QLabel" name="labelDimension">
<property name="text"> <property name="text">
<string notr="true">Dimension:</string> <string>Dimension:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -96,9 +96,7 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<resources> <resources/>
<include location="../share/resources/tapeicon.qrc"/>
</resources>
<connections> <connections>
<connection> <connection>
<sender>buttonBox</sender> <sender>buttonBox</sender>