diff --git a/Source/Core/DolphinQt2/SearchBar.cpp b/Source/Core/DolphinQt2/SearchBar.cpp index d4ccb8638e..27ed057f52 100644 --- a/Source/Core/DolphinQt2/SearchBar.cpp +++ b/Source/Core/DolphinQt2/SearchBar.cpp @@ -24,7 +24,7 @@ void SearchBar::CreateWidgets() m_search_edit = new QLineEdit; m_close_button = new QPushButton(tr("Close")); - m_search_edit->setPlaceholderText(tr("Type your search term here")); + m_search_edit->setPlaceholderText(tr("Search games...")); auto* layout = new QHBoxLayout;