restore findStylesForSite to avoid retranslation

This commit is contained in:
tophf 2017-12-11 23:24:54 +03:00
parent 3410a58cd9
commit 0390a703af
2 changed files with 9 additions and 9 deletions

View File

@ -368,22 +368,22 @@
"message": "Currently applied filters match no styles", "message": "Currently applied filters match no styles",
"description": "Text shown when no styles match currently applied filter in the style manager" "description": "Text shown when no styles match currently applied filter in the style manager"
}, },
"findStylesForSite": {
"message": "Find more styles for this site",
"description": "Text for a link that gets a list of styles for the current site"
},
"findStyles": { "findStyles": {
"message": "Find styles", "message": "Find styles",
"description": "Text for a link that gets a list of styles for the current site" "description": "Text for a link that gets a list of styles for the current site"
}, },
"findStylesInlineTooltip": {
"message": "Display search results inside this window.",
"description": "Text for a checkbox that displays search results within the Stylus popup."
},
"findStylesTooltip": {
"message": "Find more styles for this site",
"description": "Tooltip for a link that finds styles"
},
"findStylesInline": { "findStylesInline": {
"message": "Inline", "message": "Inline",
"description": "Text for a checkbox that opens search results 'inline' (within the Stylus popup window)" "description": "Text for a checkbox that opens search results 'inline' (within the Stylus popup window)"
}, },
"findStylesInlineTooltip": {
"message": "Display search results inside this window.",
"description": "Text for a checkbox that displays search results within the Stylus popup."
},
"helpAlt": { "helpAlt": {
"message": "Help", "message": "Help",
"description": "Alternate text for help buttons" "description": "Alternate text for help buttons"

View File

@ -191,7 +191,7 @@
</div> </div>
<div class="main-controls"> <div class="main-controls">
<div id="find-styles"> <div id="find-styles">
<a id="find-styles-link" i18n-text="findStyles" i18n-title="findStylesTooltip"></a> <a id="find-styles-link" i18n-text="findStyles" i18n-title="findStylesForSite"></a>
<span id="find-styles-inline-group"> <span id="find-styles-inline-group">
<label i18n-title="findStylesInlineTooltip"> <label i18n-title="findStylesInlineTooltip">
<input id="popup.findStylesInline" class="checker" type="checkbox"> <input id="popup.findStylesInline" class="checker" type="checkbox">