diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index bb70b9f7c..3b013c85e 100755 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -184,6 +184,7 @@ MainWindow::MainWindow(QWidget *parent, const QStringList& torrentCmdLine) : QMa // Name filter search_filter = new LineEdit(); searchFilterAct = toolBar->insertWidget(actionLock_qBittorrent, search_filter); + search_filter->setPlaceholderText(tr("Filter torrent list...")); search_filter->setFixedWidth(200); QWidget *spacer = new QWidget(this); spacer->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);