Change the page title
[bertos.git] / 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 ##