X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBFinalPage.py;h=459c486418a0df4e47e59953a11b0c482779833e;hb=9253d0ae4fbbefcbe8393800704b59b81d6e7486;hp=1285850aea9bb2fb66a2b6573ecfae403316832b;hpb=264df59535958b2180719f01ef29cf655839b5c6;p=bertos.git diff --git a/wizard/BFinalPage.py b/wizard/BFinalPage.py index 1285850a..459c4864 100644 --- a/wizard/BFinalPage.py +++ b/wizard/BFinalPage.py @@ -64,7 +64,10 @@ class BFinalPage(BWizardPage): # locked. self.project.createBertosProject() except OSError, e: - QMessageBox.critical(self, self.tr("Error removing destination directory"), self.tr("Close all the application using this directory and retry.")) + QMessageBox.critical( + self, + self.tr("Error removing destination directory"), + self.tr("Error removing the destination directory. This directory or a file in it is in use by another user or application.\nClose the application that is using the directory and retry.")) self.wizard().back() return finally: