Browse Source

updated the default title of browser action button

Gildas 7 years ago
parent
commit
be06f76935
2 changed files with 2 additions and 2 deletions
  1. 1 1
      extension/ui/bg/ui.js
  2. 1 1
      manifest.json

+ 1 - 1
extension/ui/bg/ui.js

@@ -86,7 +86,7 @@ singlefile.ui = (() => {
 			browser.contextMenus.create({
 				id: MENU_ID_SAVE_PAGE,
 				contexts: ["page"],
-				title: "Save page"
+				title: "Save page with SingleFile"
 			});
 			browser.contextMenus.create({
 				id: MENU_ID_SAVE_SELECTED,

+ 1 - 1
manifest.json

@@ -26,7 +26,7 @@
     },
     "browser_action": {
         "default_icon": "extension/ui/resources/icon_16.png",
-        "default_title": "Save page"
+        "default_title": "Save page with SingleFile"
     },
     "content_scripts": [
         {