From: duplo Date: Tue, 3 Feb 2009 10:36:04 +0000 (+0000) Subject: Change the indentation X-Git-Tag: 2.1.0~429 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=0822b23b4622e7272b79b81a70963293641147af;p=bertos.git Change the indentation git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2253 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BFolderPage.py b/wizard/BFolderPage.py index a14dda2f..956349ec 100644 --- a/wizard/BFolderPage.py +++ b/wizard/BFolderPage.py @@ -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("Warning: the selected directory exists, it will be destroyed with all contained subdirectories and files...")) + self.pageContent.warningLabel.setText(self.tr("Warning: the selected directory exists, \ + it will be destroyed with all contained subdirectories and files...")) else: self.pageContent.warningLabel.setVisible(False) self.pageContent.warningLabel.setText("")