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

View File

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