diff options
| author | Yuri Chornoivan <[email protected]> | 2019-07-29 10:13:04 +0300 |
|---|---|---|
| committer | Yuri Chornoivan <[email protected]> | 2019-07-29 10:13:04 +0300 |
| commit | cbaa58b3726ad5ed122f0d2f4597177bf44a5ba2 (patch) | |
| tree | 69bded72ee05adfbf0a3df309543ff01d3b353ee | |
| parent | e9d8bab20bdc99996aa43beefdd038483a4c02d8 (diff) | |
Fix minor typo (thanks to Iñigo Salvador Azurmendi)
| -rw-r--r-- | src/views/dolphinviewactionhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index 41752e4f1..18b1c2d97 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -163,7 +163,7 @@ void DolphinViewActionHandler::createActions() "</interface> option is enabled.</para>")); compactAction->setWhatsThis(xi18nc("@info:whatsthis Compact view mode", "<para>This switches to a compact view mode that lists the folders " - "and files in columns with the names beside the icons. <para></para>" + "and files in columns with the names beside the icons.</para><para>" "This helps to keep the overview in folders with many items.</para>")); detailsAction->setWhatsThis(xi18nc("@info:whatsthis Details view mode", "<para>This switches to a list view mode that focuses on folder " |
