Fix some typos (#1161)

This commit is contained in:
hspir404 2024-09-30 11:24:28 +00:00 committed by GitHub
parent 62c59d195f
commit fc6c755e5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 32 additions and 32 deletions

View file

@ -70,7 +70,7 @@ SettingsDialog::SettingsDialog(std::span<const QString> physical_devices, QWidge
InitializeEmulatorLanguages();
LoadValuesFromConfig();
defaultTextEdit = tr("Point your mouse at an option to display it's description.");
defaultTextEdit = tr("Point your mouse at an option to display its description.");
ui->descriptionText->setText(defaultTextEdit);
connect(ui->buttonBox, &QDialogButtonBox::rejected, this, &QWidget::close);