From 0822b23b4622e7272b79b81a70963293641147af Mon Sep 17 00:00:00 2001 From: duplo Date: Tue, 3 Feb 2009 10:36:04 +0000 Subject: [PATCH] Change the indentation git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2253 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BFolderPage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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("") -- 2.25.1