]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
Add missing space
[dolphin.git] / 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);