diff options
| author | Tem PQD <[email protected]> | 2023-06-29 22:42:34 +0000 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2023-06-29 22:42:34 +0000 |
| commit | 4d930992c47140bc47dac2ecfe0c4ca7eca33be7 (patch) | |
| tree | bc45a40ee54e6543bcc18bfe897b84b8744edb3e /src/search | |
| parent | cf3a570afc599cb94186b50e79116b88eacf4f27 (diff) | |
Use ellipsis everywhere instead of three dots
Better for screen readers etc.
Diffstat (limited to 'src/search')
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index b44f19092..56b929c04 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)); |
