diff options
| author | Nate Graham <[email protected]> | 2021-07-16 23:08:18 -0400 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2021-07-16 23:08:18 -0400 |
| commit | 2c7a1f4b4c5a7cfd8cd4ddafbe7ca46f9b968830 (patch) | |
| tree | f4eabfae86f83b11e641e27c6bbf429000b62b56 /src/views/dolphinview.cpp | |
| parent | 6f632283d022aaf9d8e2bda81a5409aa36242d4d (diff) | |
| parent | 3fe971e17467e30ba59ca42a53931a273fd7e78b (diff) | |
Merge branch 'release/21.08'
Diffstat (limited to 'src/views/dolphinview.cpp')
| -rw-r--r-- | src/views/dolphinview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 9d253c4e0..f5c21a2c5 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -2094,7 +2094,7 @@ void DolphinView::updatePlaceholderLabel() m_placeholderLabel->setText(i18n("No items matching the filter")); } else if (m_url.scheme() == QLatin1String("baloosearch") || m_url.scheme() == QLatin1String("filenamesearch")) { m_placeholderLabel->setText(i18n("No items matching the search")); - } else if (m_url.scheme() == QLatin1String("trash")) { + } else if (m_url.scheme() == QLatin1String("trash") && m_url.path() == QLatin1String("/")) { m_placeholderLabel->setText(i18n("Trash is empty")); } else if (m_url.scheme() == QLatin1String("tags")) { m_placeholderLabel->setText(i18n("No tags")); |
