Fix linter config tooltip

This commit is contained in:
Rob Garrison 2017-08-26 11:09:15 -05:00
parent 5ad23bd681
commit 1d1a2ce1c8
2 changed files with 4 additions and 4 deletions

View File

@ -362,9 +362,9 @@
}
}
},
"stylelintConfig": {
"message": "Open a popup to configure stylelint rules",
"description": "Tooltip on an icon to indicate it opens a popup with stylelint configuration settings"
"linterConfigTitle": {
"message": "Open a popup to configure the linter rules",
"description": "Tooltip on an icon to indicate it opens a popup with linter configuration settings"
},
"manageFilters": {
"message": "Filters",

View File

@ -189,7 +189,7 @@
<option value="stylelint">Stylelint</option>
<option value="null" i18n-text="genericDisabledLabel"></option>
</select>
<span class="linter-settings" i18n-title="stylelintConfig">
<span class="linter-settings" i18n-title="linterConfigTitle">
<svg id="linter-settings" class="svg-icon settings">
<use xlink:href="#svg-icon-settings"/>
</svg>&nbsp;