diff options
| author | Yuri Chornoivan <[email protected]> | 2019-09-02 07:23:53 +0300 |
|---|---|---|
| committer | Yuri Chornoivan <[email protected]> | 2019-09-02 07:23:53 +0300 |
| commit | 290411cf1c86eb3c512eb4b1b2bd1ddc381ad2af (patch) | |
| tree | aae5466f6a6637540bd5b9d1a15694b5b0a15c2d /src | |
| parent | 7cad80b292ef4ff89db5d6da924e75db4624d711 (diff) | |
Add missing space
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
