diff --git a/part.cpp b/part.cpp index 9006886d9..efbf0266b 100644 --- a/part.cpp +++ b/part.cpp @@ -3465,7 +3465,9 @@ bool Part::handleCompressed( QString &destpath, const QString &path, KFilterDev: "not have enough permissions to read the file. " "You can check ownership and permissions if you " "right-click on the file in the Dolphin " - "file manager and then choose the 'Properties' tab.")); + "file manager, then choose the 'Properties' option, " + "and select 'Permissions' tab in the opened window.")); + delete newtempfile; return false;