[needs-docs] Reword the "Enable layer" button

to "Enable symbol layer" and harmonize tooltips to mention symbol layer

fixes #33860
This commit is contained in:
Harrissou Sant-anna 2020-01-19 11:51:03 +01:00 committed by Nyall Dawson
parent f68f39945d
commit 5be3568fbc
2 changed files with 5 additions and 5 deletions

View File

@ -109,7 +109,7 @@
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Duplicates the current layer</string> <string>Duplicate symbol layer</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -128,7 +128,7 @@
</size> </size>
</property> </property>
<property name="sizeType"> <property name="sizeType">
<enum>QSizePolicy::Preferred</enum> <enum>QSizePolicy::Preferred</enum>
</property> </property>
</spacer> </spacer>
</item> </item>
@ -174,7 +174,7 @@
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Lock layer's color</string> <string>Lock symbol layer's color</string>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
@ -193,7 +193,7 @@
</size> </size>
</property> </property>
<property name="sizeType"> <property name="sizeType">
<enum>QSizePolicy::Preferred</enum> <enum>QSizePolicy::Preferred</enum>
</property> </property>
</spacer> </spacer>
</item> </item>

View File

@ -79,7 +79,7 @@
<item> <item>
<widget class="QCheckBox" name="mEnabledCheckBox"> <widget class="QCheckBox" name="mEnabledCheckBox">
<property name="text"> <property name="text">
<string>Enable layer</string> <string>Enable symbol layer</string>
</property> </property>
</widget> </widget>
</item> </item>