Skip to content

Commit

Permalink
Bugfix for hardcoded dutch text in context menu instead of a lookup (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmahieu committed Oct 13, 2024
1 parent 0993b27 commit 93d7ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background/contextmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ function _initContextMenu(contextmenuAvail) {
}, onMenuCreated);
browserContextMenusCreate({
id: "restoreTextField",
title: "Herstel tekst veld", // browser.i18n.getMessage("contextMenuItemRestoreTextField"),
title: browser.i18n.getMessage("contextMenuItemRestoreTextField"),
contexts: contextFillTextField,
icons: {
"16": "/theme/icons/menu/16/refresh.png",
Expand Down

0 comments on commit 93d7ce9

Please sign in to comment.