Copy and paste error in the EditToolbar

This commit is contained in:
Simon Schampijer 2007-09-21 11:37:46 +02:00
parent 070d7a6dfc
commit 2a91e02444

View File

@ -194,7 +194,7 @@ class EditToolbar(gtk.Toolbar):
self.copy.show()
self.paste = ToolButton('edit-paste')
self.copy.set_tooltip(_('Paste'))
self.paste.set_tooltip(_('Paste'))
self.insert(self.paste, -1)
self.paste.show()