Changed some strings
This commit is contained in:
parent
a78e337f9e
commit
e3474b4b96
|
@ -149,13 +149,13 @@ if (!isChrome) {
|
||||||
|
|
||||||
browser.contextMenus.create({
|
browser.contextMenus.create({
|
||||||
id: "reverseBookmark",
|
id: "reverseBookmark",
|
||||||
title: 'Reverse redirect',
|
title: 'Redirect To Original',
|
||||||
contexts: ["bookmark"],
|
contexts: ["bookmark"],
|
||||||
})
|
})
|
||||||
|
|
||||||
browser.contextMenus.create({
|
browser.contextMenus.create({
|
||||||
id: "copyReverseBookmark",
|
id: "copyReverseBookmark",
|
||||||
title: 'Copy Reverse',
|
title: 'Copy Original',
|
||||||
contexts: ["bookmark"],
|
contexts: ["bookmark"],
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue