]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
Change "Empty Search" to just "Search" to handle searches with no search text
[dolphin.git] / src / dolphinmainwindow.cpp
index 067d4a6e1d176d038f1dab966d8e4c14ad546d68..7b3d63fd6e999ef5a71f77d9a29b4d86a11ecd6a 100644 (file)
@@ -1003,7 +1003,7 @@ void DolphinMainWindow::setUrlAsCaption(const QUrl& url)
 
     if (m_activeViewContainer->isSearchModeEnabled()) {
         if(m_activeViewContainer->currentSearchText().isEmpty()){
-            setWindowTitle(i18n("Empty Search"));
+            setWindowTitle(i18n("Search"));
         } else {
             const auto searchText = i18n("Search for %1", m_activeViewContainer->currentSearchText());
             setWindowTitle(searchText);