diff --git a/src/plugins/tool/MergeCitations.py b/src/plugins/tool/MergeCitations.py index 5cc92ba62..3798444b7 100644 --- a/src/plugins/tool/MergeCitations.py +++ b/src/plugins/tool/MergeCitations.py @@ -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,