From d8c96cf4ff94358debff7c0d338f4f8a42c9cdb3 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 17 May 2009 22:41:36 +0200 Subject: [PATCH] make string translatable --- lib/python/Plugins/Extensions/CutListEditor/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py index ed7cfb70..75663462 100644 --- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py +++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py @@ -79,7 +79,7 @@ class CutListContextMenu(FixedMenu): else: menu.append((_("remove this mark"), self.removeMark)) - menu.append((("grab this frame as bitmap"), self.grabFrame)) + menu.append((_("grab this frame as bitmap"), self.grabFrame)) FixedMenu.__init__(self, session, _("Cut"), menu) self.skinName = "Menu" -- 2.30.2