From e2e7ee8970a02fcf5b2c3264501285c83fa8f73c Mon Sep 17 00:00:00 2001 From: Anders Holst Date: Tue, 22 Dec 2009 23:03:41 +0000 Subject: [PATCH] Fixing typos --- reconstructapsc/src_cc/Makefile.am | 2 +- reconstructapsc/src_py/plugin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reconstructapsc/src_cc/Makefile.am b/reconstructapsc/src_cc/Makefile.am index e37e7e75..46b8cb57 100644 --- a/reconstructapsc/src_cc/Makefile.am +++ b/reconstructapsc/src_cc/Makefile.am @@ -2,6 +2,6 @@ installdir = /usr/lib/enigma2/python/Plugins/Extensions/ReconstructApSc/bin bin_PROGRAMS = reconstruct_apsc -mcut_SOURCES = reconstruct_apsc.cc +reconstruct_apsc_SOURCES = reconstruct_apsc.cc install_DATA = reconstruct_apsc diff --git a/reconstructapsc/src_py/plugin.py b/reconstructapsc/src_py/plugin.py index 9c67d03d..9239dadb 100644 --- a/reconstructapsc/src_py/plugin.py +++ b/reconstructapsc/src_py/plugin.py @@ -35,7 +35,7 @@ class ReconstructApSc(ChoiceBox): (_("Reconstruct all missing .ap and .sc files in this directory"), "CALLFUNC", self.confirmed2), (_("Check any running reconstruct process"), "CALLFUNC", self.confirmed3), ] - ChoiceBox.__init__(self, session, _("What would you like to reconstruct? (\"%s\"") % (self.name), list = tlist, selection = 0) + ChoiceBox.__init__(self, session, _("What would you like to reconstruct? (\"%s\")") % (self.name), list = tlist, selection = 0) self.skinName = "ChoiceBox" def confirmed0(self, arg): -- 2.20.1