mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -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"));
|
resetBtn->setText(tr("Reset"));
|
||||||
applyBtn->setText(tr("Apply"));
|
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"));
|
resetBtn->setToolTip(tr("Discard unsaved edits and restore the last saved palette"));
|
||||||
applyBtn->setToolTip(tr("Preview this palette without saving to disk"));
|
applyBtn->setToolTip(tr("Preview this palette without saving to disk"));
|
||||||
saveBtn->setToolTip(tr("Write palette-%1.toml and reload the theme").arg(loadedScheme.toLower()));
|
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