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…
Reference in New Issue