Fixes for broken translation

Fixes for broken translation
This commit is contained in:
usergithub64
2025-04-24 16:31:20 +03:00
committed by GitHub
parent 6e2b86ce18
commit 1c12b8c68f

View File

@@ -88,7 +88,7 @@ QKeySequence
KeyBinder::BindKey(QWidget* widget, QString CurValue)
{
KeyBinder kb(widget);
kb.setWindowTitle("Bind Key");
kb.setWindowTitle(tr("Bind Key"));
kb.setFixedSize(kb.minimumSizeHint());
kb.findChild<QKeySequenceEdit*>()->setKeySequence(QKeySequence::fromString(CurValue));
kb.setEnabled(true);