From a54cbac8f3e0dd1b30d4d56d39c6527b95212d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 5 Mar 2012 17:20:12 +0000 Subject: [PATCH] Enable translation on top object svn: r19008 --- 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,