From 290411cf1c86eb3c512eb4b1b2bd1ddc381ad2af Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 2 Sep 2019 07:23:53 +0300 Subject: [PATCH] Add missing space --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 54098352e..004e8e165 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1211,7 +1211,7 @@ void DolphinMainWindow::setupActions() QAction* addToPlaces = actionCollection()->addAction(QStringLiteral("add_to_places")); addToPlaces->setIcon(QIcon::fromTheme(QStringLiteral("bookmark-new"))); - addToPlaces->setWhatsThis(xi18nc("@info:whatsthis", "This adds the selected folder" + addToPlaces->setWhatsThis(xi18nc("@info:whatsthis", "This adds the selected folder " "to the Places panel.")); connect(addToPlaces, &QAction::triggered, this, &DolphinMainWindow::addToPlaces); -- 2.47.3