From 3ce4e98adbc58a4eb6e61129abc442bf65ea3553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Salvador=20Azurmendi?= Date: Fri, 4 Jan 2019 23:58:15 +0100 Subject: [PATCH] Better wording --- part.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;