mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-21 09:30:08 +00:00
Qt: Fix hotkey search placeholder localisation
This commit is contained in:
parent
369f62318f
commit
1b3ca81efc
@ -27,7 +27,7 @@ HotkeySettingsWidget::~HotkeySettingsWidget() = default;
|
||||
HotkeySettingsWidget::Container::Container(QWidget* parent) : QWidget(parent)
|
||||
{
|
||||
m_search = new QLineEdit(this);
|
||||
m_search->setPlaceholderText(tr("Search..."));
|
||||
m_search->setPlaceholderText(qApp->translate("HotkeySettingsWidget", "Search..."));
|
||||
m_search->setClearButtonEnabled(true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user