From ef93772a8194df634ed90a3ac63b793c29495ea2 Mon Sep 17 00:00:00 2001 From: duplo Date: Fri, 21 May 2010 14:01:56 +0000 Subject: [PATCH] Fix error message. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3782 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BFinalPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.25.1