mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 01:12:15 -07:00
fix text missing from chat macro list's buttons when hidden
This commit is contained in:
parent
ed907d7c6f
commit
933025cf1f
1 changed files with 3 additions and 3 deletions
|
|
@ -1187,9 +1187,9 @@ void MessagesSettingsPage::retranslateUi()
|
||||||
hexHighlightLabel.setText(tr("(Color is hexadecimal)"));
|
hexHighlightLabel.setText(tr("(Color is hexadecimal)"));
|
||||||
customAlertStringLabel.setText(tr("Separate words with a space, alphanumeric characters only"));
|
customAlertStringLabel.setText(tr("Separate words with a space, alphanumeric characters only"));
|
||||||
customAlertString->setPlaceholderText(tr("Word1 Word2 Word3"));
|
customAlertString->setPlaceholderText(tr("Word1 Word2 Word3"));
|
||||||
aAdd->setToolTip(tr("Add New Message"));
|
aAdd->setText(tr("Add New Message"));
|
||||||
aEdit->setToolTip(tr("Edit Message"));
|
aEdit->setText(tr("Edit Message"));
|
||||||
aRemove->setToolTip(tr("Remove Message"));
|
aRemove->setText(tr("Remove Message"));
|
||||||
}
|
}
|
||||||
|
|
||||||
SoundSettingsPage::SoundSettingsPage()
|
SoundSettingsPage::SoundSettingsPage()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue