re-use existing message

This commit is contained in:
narcolepticinsomniac 2020-08-23 18:54:37 -04:00
parent 544c856c7a
commit 351adfbd2b
2 changed files with 1 additions and 5 deletions

View File

@ -1421,10 +1421,6 @@
"message": "As a security precaution, the browser prohibits extensions from affecting its built-in pages (like chrome://version, the standard new tab page as of Chrome 61, about:addons, and so on) as well as other extensions' pages. Each browser also restricts access to its own extensions gallery (like Chrome Web Store or AMO).", "message": "As a security precaution, the browser prohibits extensions from affecting its built-in pages (like chrome://version, the standard new tab page as of Chrome 61, about:addons, and so on) as well as other extensions' pages. Each browser also restricts access to its own extensions gallery (like Chrome Web Store or AMO).",
"description": "Sub-note in the toolbar pop-up when on a URL Stylus can't affect" "description": "Sub-note in the toolbar pop-up when on a URL Stylus can't affect"
}, },
"syncLabel": {
"message": "Sync to cloud",
"description": "Sync button text"
},
"syncStorageErrorSaving": { "syncStorageErrorSaving": {
"message": "The value cannot be saved. Try reducing the amount of text.", "message": "The value cannot be saved. Try reducing the amount of text.",
"description": "Displayed when trying to save an excessively big value via storage.sync API" "description": "Displayed when trying to save an excessively big value via storage.sync API"

View File

@ -370,7 +370,7 @@
<div id="backup-buttons"> <div id="backup-buttons">
<button id="file-all-styles" i18n-text="exportLabel"></button> <button id="file-all-styles" i18n-text="exportLabel"></button>
<button id="unfile-all-styles" i18n-text="importLabel"></button> <button id="unfile-all-styles" i18n-text="importLabel"></button>
<button id="sync-styles" i18n-text="syncLabel"></button> <button id="sync-styles" i18n-text="optionsCustomizeSync"></button>
</div> </div>
</details> </details>