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