diff --git a/lib/main.js b/lib/main.js index 9466cc4..1bf8439 100644 --- a/lib/main.js +++ b/lib/main.js @@ -3,7 +3,7 @@ var tabs = require("sdk/tabs"); var button = buttons.ActionButton({ id: "mozilla-link", - label: "Visit Mozilla", + label: "Send to OmniFocus Inbox", icon: { "16": "./icon-16.png", "32": "./icon-32.png", @@ -18,4 +18,4 @@ function handleClick(state) { var note = tabs.activeTab.url + (selection.text != undefined ? "\n" + selection.text : ""); tabs.open('omnifocus:///add?name=' + encodeURIComponent(name) + '¬e=' + encodeURIComponent(note)); tabs.activeTab.close(); -} \ No newline at end of file +}