summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-05-05 21:37:47 +0200
committerUwe Klotz <uklotz@mixxx.org>2020-05-05 21:37:58 +0200
commita017869c625bf584730a1c5be3c321dd963e73fd (patch)
tree80e676b335aef841b4168aab697ad741660511d8 /src
parent865403b646abd8f870ba45749fca955cac84dc0a (diff)
Add a translator tip comment for WSearchLineEdit placeholder
Diffstat (limited to 'src')
-rw-r--r--src/widget/wsearchlineedit.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widget/wsearchlineedit.cpp b/src/widget/wsearchlineedit.cpp
index 9f2400e5dd..c275cc093e 100644
--- a/src/widget/wsearchlineedit.cpp
+++ b/src/widget/wsearchlineedit.cpp
@@ -69,7 +69,9 @@ WSearchLineEdit::WSearchLineEdit(QWidget* pParent)
DEBUG_ASSERT(!kEmptySearch.isNull());
setAcceptDrops(false);
- setPlaceholderText(tr("Search...", "noun"));
+
+ //: This should be a noun.
+ setPlaceholderText(tr("Search..."));
m_clearButton->setCursor(Qt::ArrowCursor);
m_clearButton->setObjectName(kClearButtonName);