Change the indentation
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 3 Feb 2009 10:36:04 +0000 (10:36 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 3 Feb 2009 10:36:04 +0000 (10:36 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2253 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BFolderPage.py

index a14dda2f5d000e8c358b77d5904d2a29ad5fc853..956349ecf51f3a6b8e18af7e42006676207ceb17 100644 (file)
@@ -54,7 +54,8 @@ class BFolderPage(BWizardPage):
             self.pageContent.projectPath.setText(self._destinationFolder + self._projectName)
             if os.path.exists(self._destinationFolder + self._projectName):
                 self.pageContent.warningLabel.setVisible(True)
-                self.pageContent.warningLabel.setText(self.tr("<font color='#FF0000'>Warning: the selected directory exists, it will be destroyed with all contained subdirectories and files...</font>"))
+                self.pageContent.warningLabel.setText(self.tr("<font color='#FF0000'>Warning: the selected directory exists, \
+                    it will be destroyed with all contained subdirectories and files...</font>"))
             else:
                 self.pageContent.warningLabel.setVisible(False)
                 self.pageContent.warningLabel.setText("")