From 359d4846ba94f7ded8a951b3363721454632f358 Mon Sep 17 00:00:00 2001 From: Takayuki ORITO Date: Fri, 29 Apr 2016 13:37:37 +0900 Subject: Fix the exception message because missing a space. Added space between 'convert' from 'path'. Change-Id: I25f4eedc7d322d29c8c93dd7dd80fc13232de0b7 Reviewed-by: Niels Weber --- src/libs/installer/lib7z_facade.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs') diff --git a/src/libs/installer/lib7z_facade.cpp b/src/libs/installer/lib7z_facade.cpp index 8f21343db..675403fe8 100644 --- a/src/libs/installer/lib7z_facade.cpp +++ b/src/libs/installer/lib7z_facade.cpp @@ -1351,7 +1351,7 @@ void Lib7z::createArchive(QFileDevice* archive, const QStringList &sourcePaths, const UString nativePath = QString2UString(cleanPath); if (UString2QString(nativePath) != cleanPath) { throw SevenZipException(QCoreApplication::translate("Lib7z", "Could not convert" - "path: %1.").arg(path)); + " path: %1.").arg(path)); } censor.AddItem(true /* always include item */, nativePath, false /* never recurse*/); } -- cgit v1.2.3