mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -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)"));
|
||||
customAlertStringLabel.setText(tr("Separate words with a space, alphanumeric characters only"));
|
||||
customAlertString->setPlaceholderText(tr("Word1 Word2 Word3"));
|
||||
aAdd->setToolTip(tr("Add New Message"));
|
||||
aEdit->setToolTip(tr("Edit Message"));
|
||||
aRemove->setToolTip(tr("Remove Message"));
|
||||
aAdd->setText(tr("Add New Message"));
|
||||
aEdit->setText(tr("Edit Message"));
|
||||
aRemove->setText(tr("Remove Message"));
|
||||
}
|
||||
|
||||
SoundSettingsPage::SoundSettingsPage()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue