From 75a8b43ba6532bb86533acd204fffdbe18dd5a03 Mon Sep 17 00:00:00 2001 From: duplo Date: Mon, 20 Apr 2009 09:56:26 +0000 Subject: [PATCH] Correct typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2566 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BModulePage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/BModulePage.py b/wizard/BModulePage.py index 6fb43624..0cb35a96 100644 --- a/wizard/BModulePage.py +++ b/wizard/BModulePage.py @@ -81,7 +81,7 @@ class BModulePage(BWizardPage): try: supported = bertos_utils.isSupported(self.project(), module=module) except SupportedException, e: - self.exceptionOccurred(self.tr("Error evaluating \"%1\" for module %2").arg(e.support_string).arg(selectedModule)) + self.exceptionOccurred(self.tr("Error evaluating \"%1\" for module %2").arg(e.support_string).arg(module)) supported = True self._control_group.clear() configuration = self.projectInfo("MODULES")[module]["configuration"] -- 2.25.1