From: duplo Date: Tue, 21 Apr 2009 12:57:00 +0000 (+0000) Subject: Change the page title X-Git-Tag: 2.1.0~82 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=533f989a281c873dafbb13b48ff3ccfd94133c1e;p=bertos.git Change the page title git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2600 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 ##