From 5e6e83d53efad2002083ce5c8431f56a11cd6413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 5 Mar 2012 17:18:53 +0000 Subject: [PATCH] Enable translation on top object svn: r19007 --- src/plugins/tool/MergeCitations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,