summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-05-05 21:51:31 +0200
committerUwe Klotz <uklotz@mixxx.org>2020-05-05 21:51:31 +0200
commit02ebefa74434b607cb84c32be282f5779bdb3646 (patch)
treea012a7040182c8efca4d05ae6390f0dca82a3cfc
parenta017869c625bf584730a1c5be3c321dd963e73fd (diff)
Provide more context in translator tip comment
-rw-r--r--src/widget/wsearchlineedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wsearchlineedit.cpp b/src/widget/wsearchlineedit.cpp
index c275cc093e..a01e0cfbe3 100644
--- a/src/widget/wsearchlineedit.cpp
+++ b/src/widget/wsearchlineedit.cpp
@@ -70,7 +70,7 @@ WSearchLineEdit::WSearchLineEdit(QWidget* pParent)
setAcceptDrops(false);
- //: This should be a noun.
+ //: Shown in the library search bar when it is empty.
setPlaceholderText(tr("Search..."));
m_clearButton->setCursor(Qt::ArrowCursor);