瀏覽代碼

updated the default title of browser action button

Gildas 7 年之前
父節點
當前提交
be06f76935
共有 2 個文件被更改,包括 2 次插入2 次删除
  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({
 			browser.contextMenus.create({
 				id: MENU_ID_SAVE_PAGE,
 				id: MENU_ID_SAVE_PAGE,
 				contexts: ["page"],
 				contexts: ["page"],
-				title: "Save page"
+				title: "Save page with SingleFile"
 			});
 			});
 			browser.contextMenus.create({
 			browser.contextMenus.create({
 				id: MENU_ID_SAVE_SELECTED,
 				id: MENU_ID_SAVE_SELECTED,

+ 1 - 1
manifest.json

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