]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Add missing space
authorYuri Chornoivan <yurchor@ukr.net>
Mon, 2 Sep 2019 04:23:53 +0000 (07:23 +0300)
committerYuri Chornoivan <yurchor@ukr.net>
Mon, 2 Sep 2019 04:23:53 +0000 (07:23 +0300)
src/dolphinmainwindow.cpp

index 54098352ec237c0731a98889f985a4ddc4e14730..004e8e165e8fcfb2fe5812ed77ce6955bd4d3df1 100644 (file)
@@ -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);