Change the page title
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Apr 2009 12:57:00 +0000 (12:57 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Apr 2009 12:57:00 +0000 (12:57 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2600 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BCreationPage.py

index c6c74a4e1f0b65e5e3287e72e433205fff15ec4a..2ba4adc887872533f48c4e8e4a06373a66520a14 100644 (file)
@@ -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 ##