Fix typo.

This commit is contained in:
Leonardo Zide 2021-11-24 18:04:22 -08:00
parent a5207573bf
commit 22e36adc53

View file

@ -510,7 +510,7 @@ void lcQPreferencesDialog::ColorButtonClicked()
else if (Button == ui->ObjectSelectedColorButton)
{
Color = &mOptions->Preferences.mObjectSelectedColor;
Title = tr("Select Objected Selected Color");
Title = tr("Select Object Selected Color");
}
else if (Button == ui->ObjectFocusedColorButton)
{