┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
diff options
context:
space:
mode:
authorNicolas Fella <[email protected]>2023-07-05 22:44:40 +0200
committerNicolas Fella <[email protected]>2023-07-05 22:44:40 +0200
commitf510339f033658eae27f8400bf042b78b36f82f2 (patch)
treef5ada1ed265b86f6ae44b71218099ec383dd15de /src/search/dolphinsearchbox.cpp
parentcd2e64154fd5446a7e19aff4cb147efe2f2ba31e (diff)
parented2d352c42a6d517d4f29b3582c0e00aa34fe647 (diff)
Merge branch 'master' into kf6
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
-rw-r--r--src/search/dolphinsearchbox.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index b44f19092..9df417c4f 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -327,7 +327,7 @@ void DolphinSearchBox::init()
{
// Create search box
m_searchInput = new QLineEdit(this);
- m_searchInput->setPlaceholderText(i18n("Search..."));
+ m_searchInput->setPlaceholderText(i18n("Search…"));
m_searchInput->installEventFilter(this);
m_searchInput->setClearButtonEnabled(true);
m_searchInput->setFont(QFontDatabase::systemFont(QFontDatabase::GeneralFont));
@@ -534,3 +534,5 @@ bool DolphinSearchBox::isIndexingEnabled() const
return false;
#endif
}
+
+#include "moc_dolphinsearchbox.cpp"