mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 09:24:58 +00:00
Fix some typos (#1161)
This commit is contained in:
parent
62c59d195f
commit
fc6c755e5a
27 changed files with 32 additions and 32 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue