Fix linter config tooltip
This commit is contained in:
parent
5ad23bd681
commit
1d1a2ce1c8
|
@ -362,9 +362,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stylelintConfig": {
|
"linterConfigTitle": {
|
||||||
"message": "Open a popup to configure stylelint rules",
|
"message": "Open a popup to configure the linter rules",
|
||||||
"description": "Tooltip on an icon to indicate it opens a popup with stylelint configuration settings"
|
"description": "Tooltip on an icon to indicate it opens a popup with linter configuration settings"
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "Filters",
|
"message": "Filters",
|
||||||
|
|
|
@ -189,7 +189,7 @@
|
||||||
<option value="stylelint">Stylelint</option>
|
<option value="stylelint">Stylelint</option>
|
||||||
<option value="null" i18n-text="genericDisabledLabel"></option>
|
<option value="null" i18n-text="genericDisabledLabel"></option>
|
||||||
</select>
|
</select>
|
||||||
<span class="linter-settings" i18n-title="stylelintConfig">
|
<span class="linter-settings" i18n-title="linterConfigTitle">
|
||||||
<svg id="linter-settings" class="svg-icon settings">
|
<svg id="linter-settings" class="svg-icon settings">
|
||||||
<use xlink:href="#svg-icon-settings"/>
|
<use xlink:href="#svg-icon-settings"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user