diff --git a/cockatrice/src/interface/palette_editor/palette_editor_dialog.cpp b/cockatrice/src/interface/palette_editor/palette_editor_dialog.cpp index ef0ca8b34..231896bff 100644 --- a/cockatrice/src/interface/palette_editor/palette_editor_dialog.cpp +++ b/cockatrice/src/interface/palette_editor/palette_editor_dialog.cpp @@ -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()));