Fixed the typo in the Measurements tab.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-09-13 10:44:59 +03:00
parent 57c1465d00
commit ec82936f86

View File

@ -40,7 +40,7 @@
<normaloff>:/tapeicon/16x16/measurement.png</normaloff>:/tapeicon/16x16/measurement.png</iconset> <normaloff>:/tapeicon/16x16/measurement.png</normaloff>:/tapeicon/16x16/measurement.png</iconset>
</attribute> </attribute>
<attribute name="title"> <attribute name="title">
<string>Measuremnts</string> <string>Measurements</string>
</attribute> </attribute>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>
@ -784,7 +784,9 @@
</action> </action>
<action name="actionOpenStandard"> <action name="actionOpenStandard">
<property name="icon"> <property name="icon">
<iconset theme="document-open"/> <iconset theme="document-open">
<normaloff/>
</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Open standard ...</string> <string>Open standard ...</string>
@ -792,7 +794,9 @@
</action> </action>
<action name="actionOpenTemplate"> <action name="actionOpenTemplate">
<property name="icon"> <property name="icon">
<iconset theme="document-open"/> <iconset theme="document-open">
<normaloff/>
</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Open template</string> <string>Open template</string>