diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-04-01 10:12:47 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-04-01 10:12:47 +1100 |
commit | a52a0dc61f0cb0184b209c897128bdf9fa63d48c (patch) | |
tree | 2c55763c839b7268749df37daee86b2d4a0d95a5 /common/content/mow.js | |
parent | 477b1139fc123d1dcb12fcc156df8d439bb6f096 (diff) | |
download | pentadactyl-a52a0dc61f0cb0184b209c897128bdf9fa63d48c.tar.gz |
More ad hoc i18n work.
Diffstat (limited to 'common/content/mow.js')
-rw-r--r-- | common/content/mow.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/content/mow.js b/common/content/mow.js index 51e55076..4e8c0b88 100644 --- a/common/content/mow.js +++ b/common/content/mow.js @@ -53,16 +53,16 @@ var MOW = Module("mow", { <popupset> <menupopup id="dactyl-contextmenu" highlight="Events" events="contextEvents"> <menuitem id="dactyl-context-copylink" - label={/*L*/"Copy Link Location"} dactyl:group="link" + label={_("mow.contextMenu.copyLink")} dactyl:group="link" oncommand="goDoCommand('cmd_copyLink');"/> <menuitem id="dactyl-context-copypath" - label={/*L*/"Copy File Path"} dactyl:group="link path" + label={_("mow.contextMenu.copyPath")} dactyl:group="link path" oncommand="dactyl.clipboardWrite(document.popupNode.getAttribute('path'));"/> <menuitem id="dactyl-context-copy" - label={/*L*/"Copy"} dactyl:group="selection" + label={_("mow.contextMenu.copy")} dactyl:group="selection" command="cmd_copy"/> <menuitem id="dactyl-context-selectall" - label={/*L*/"Select All"} + label={_("mow.contextMenu.selectAll")} command="cmd_selectAll"/> </menupopup> </popupset> |