Skip to content

Commit

Permalink
minor i18n fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Salmon committed Mar 11, 2018
1 parent 1347312 commit a019bf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/js/content-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function SettingsOpen() {
<label for="virPrimaryCopy">` + chrome.i18n.getMessage("copyImageSetting") + `</label><br>` : '') + `
<input type="radio" id="virPrimarySave" name="primary" value="save" ` + (settings.primary == "save" ? "checked" : "") + `>
<label for="virPrimarySave">` + chrome.i18n.getMessage("copyImageSetting") + `</label>
<label for="virPrimarySave">` + chrome.i18n.getMessage("downloadImageSetting") + `</label>
</div>
<div class="settingItem">
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "__MSG_extensionDescription__",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.9.2",
"version": "1.9.3",
"permissions": [
"webRequest",
"<all_urls>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "view-image-resurrected",
"version": "1.9.2",
"version": "1.9.3",
"description": "![Icon](icons/icon-96.png)\r # View Image Resurrected",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a019bf5

Please sign in to comment.