From 533f989a281c873dafbb13b48ff3ccfd94133c1e Mon Sep 17 00:00:00 2001 From: duplo Date: Tue, 21 Apr 2009 12:57:00 +0000 Subject: [PATCH] Change the page title git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2600 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BCreationPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/BCreationPage.py b/wizard/BCreationPage.py index c6c74a4e..2ba4adc8 100644 --- a/wizard/BCreationPage.py +++ b/wizard/BCreationPage.py @@ -22,7 +22,7 @@ class BCreationPage(BWizardPage): def __init__(self): BWizardPage.__init__(self, UI_LOCATION + "/project_creation.ui") - self.setTitle(self.tr("Create the BeRTOS project")) + self.setTitle(self.tr("Settings summary")) self._completed = False ## Overloaded BWizardPage methods ## -- 2.25.1