Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/palettes.py
diff options
context:
space:
mode:
Diffstat (limited to 'palettes.py')
-rw-r--r--palettes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/palettes.py b/palettes.py
index c86d8dd..79c27ca 100644
--- a/palettes.py
+++ b/palettes.py
@@ -108,7 +108,7 @@ class LinkPalette(Palette):
menu_item.show()
if url.startswith('javascript:'):
- # only show in an ssb, if the link is a bookmarklet
+ # only show if the link is a bookmarklet
menu_item = MenuItem(_('Save bookmarklet'))
menu_item.connect('activate', self.__bookmarklet_activate_cb)
self.menu.append(menu_item)