Fix auto-translations on Settings Pages

This commit is contained in:
ZeldaZach 2024-12-22 17:21:59 -05:00
parent e83861b903
commit 862f5d5120
No known key found for this signature in database

View file

@ -42,7 +42,6 @@ void SequenceEdit::setShortcutName(const QString &_shortcutName)
lineEdit->setText("");
// Correct as in-line translation
lineEdit->setPlaceholderText(tr("Choose an action from the table"));
} else {
clearButton->setEnabled(true);
defaultButton->setEnabled(true);