mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Fix ampersand not displaying correctly.
Took 14 minutes
This commit is contained in:
parent
788f33a09a
commit
59dc3ca409
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ void PaletteEditorDialog::retranslateUi()
|
|||
|
||||
resetBtn->setText(tr("Reset"));
|
||||
applyBtn->setText(tr("Apply"));
|
||||
saveBtn->setText(tr("Save & Apply"));
|
||||
saveBtn->setText(tr("Save && Apply"));
|
||||
resetBtn->setToolTip(tr("Discard unsaved edits and restore the last saved palette"));
|
||||
applyBtn->setToolTip(tr("Preview this palette without saving to disk"));
|
||||
saveBtn->setToolTip(tr("Write palette-%1.toml and reload the theme").arg(loadedScheme.toLower()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue