about summary refs log tree commit diff stats
path: root/src/_locales
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-10-08 17:48:24 +0100
committerHygna <hygna@proton.me>2022-10-08 17:48:24 +0100
commit6fdf65663053d2e9c951f6153f108be8d3744204 (patch)
tree214198ad36db2b945b05557630811e1f9489c878 /src/_locales
parentFixed bugs present in the previous commit (diff)
downloadlibredirect-6fdf65663053d2e9c951f6153f108be8d3744204.zip
Added context menu to redirect
Closes https://github.com/libredirect/libredirect/issues/414
Diffstat (limited to 'src/_locales')
-rw-r--r--src/_locales/en/messages.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json
index b8dccda3..3887856c 100644
--- a/src/_locales/en/messages.json
+++ b/src/_locales/en/messages.json
@@ -214,5 +214,9 @@
     "toggleTab": {
         "message": "Toggle redirects in this tab",
         "description": "Used in context menus when right clicking on a page/tab"
+    },
+    "redirectLink": {
+        "message": "Attempt to redirect this hyperlink",
+        "description": "Used in context menus when right clicking on a hyperlink"
     }
 }