Reformat error messages.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 21 May 2010 21:38:02 +0000 (21:38 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 21 May 2010 21:38:02 +0000 (21:38 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3790 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/bertos.py

index 34b59839094c7b10a36d62c2362928fdd046ee4a..f04c16f639c163f9ac2a410b9464891fe0ec98c6 100755 (executable)
@@ -93,7 +93,7 @@ def editProject(project_file):
             QMessageBox.critical(
                 None,
                 QObject().tr("BeRTOS version not found!"),
-                QObject().tr("The selected BeRTOS version is not found, please select an existing one...")
+                QObject().tr("The selected BeRTOS version was not found, please select another one...")
             )
             dialog = BVersionDialog()
             if dialog.exec_():
@@ -104,7 +104,7 @@ def editProject(project_file):
             QMessageBox.critical(
                 None,
                 QObject().tr("Toolchain not found!"),
-                QObject().tr("The selected toolchain is not found, please select an existing one...")
+                QObject().tr("The selected toolchain was not found, please select another one...")
             )
             QApplication.instance().project = exc.partial_project
             dialog = BToolchainDialog()