diff options
author | Hygna <hygna@proton.me> | 2022-10-08 11:37:45 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-08 11:37:45 +0100 |
commit | be78f86a67458208279b8cb51b2c6fab4491244c (patch) | |
tree | f7a7d1ec22bb69f38350007798481a2ef3833018 /src/_locales | |
parent | Added support for fetching invidious i2p instances (diff) | |
download | libredirect-be78f86a67458208279b8cb51b2c6fab4491244c.zip |
Added context menu to toggle redirects for a certain tab
Closes https://github.com/libredirect/libredirect/issues/464
Diffstat (limited to 'src/_locales')
-rw-r--r-- | src/_locales/en/messages.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index d4217ad9..003a878e 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -210,5 +210,9 @@ }, "lbryDesktop": { "message": "LBRY Desktop" + }, + "bypassTab": { + "message": "Toggle redirects in this tab", + "description": "Used in context menus when right clicking on a page/tab" } } |