Enable translation on top object

svn: r19008
This commit is contained in:
Jérôme Rapinat 2012-03-05 17:20:12 +00:00
parent b708b68160
commit a54cbac8f3

View File

@ -126,8 +126,8 @@ class MergeCitations(tool.BatchTool,ManagedWindow.ManagedWindow):
# self.set_window(window, top.get_object('title'),
# _('Merge citations'))
self.set_window(window, top.get_object('title2'),
"Notes, media objects and data-items of matching "
"citations will be combined.")
_("Notes, media objects and data-items of matching "
"citations will be combined."))
top.connect_signals({
"on_merge_ok_clicked" : self.on_merge_ok_clicked,