make string translatable
[enigma2.git] / lib / python / Plugins / Extensions / CutListEditor / plugin.py
index ed7cfb70a6cbf173903b43c70eb3a0685d96112d..7566346216991c79134fb8fe1fb39a106bba8ccd 100644 (file)
@@ -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"