Просмотр исходного кода

updated texts in the context menu entries

Gildas 7 лет назад
Родитель
Сommit
d74989afea
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      extension/ui/scripts/bg/ui.js

+ 2 - 2
extension/ui/scripts/bg/ui.js

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