From: duplo Date: Fri, 21 May 2010 14:01:56 +0000 (+0000) Subject: Fix error message. X-Git-Tag: 2.5.0~135 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ef93772a8194df634ed90a3ac63b793c29495ea2;p=bertos.git Fix error message. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3782 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BFinalPage.py b/wizard/BFinalPage.py index 459c4864..4963f40d 100644 --- a/wizard/BFinalPage.py +++ b/wizard/BFinalPage.py @@ -67,7 +67,7 @@ class BFinalPage(BWizardPage): 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.tr("Error removing the destination directory. This directory or a file in it is in use by another user or application.\nClose the application which is using the directory and retry.")) self.wizard().back() return finally: