mirror of
https://github.com/stenzek/duckstation.git
synced 2025-12-28 05:24:19 +00:00
Qt: Fix hotkey search placeholder localisation
Some checks are pending
Automated Builds / 💻 Windows (push) Waiting to run
Automated Builds / 🐧 Linux AppImage (push) Waiting to run
Automated Builds / 📦 Linux Flatpak (push) Waiting to run
Automated Builds / 🍎 MacOS (push) Waiting to run
Automated Builds / 📤 Create Release (push) Blocked by required conditions
Some checks are pending
Automated Builds / 💻 Windows (push) Waiting to run
Automated Builds / 🐧 Linux AppImage (push) Waiting to run
Automated Builds / 📦 Linux Flatpak (push) Waiting to run
Automated Builds / 🍎 MacOS (push) Waiting to run
Automated Builds / 📤 Create Release (push) Blocked by required conditions
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
Block a user