Qt: Fix memory card note string

This commit is contained in:
Connor McLaughlin 2021-05-03 03:17:00 +10:00
parent 6b2ce266d4
commit 1d7bc24537
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ void MemoryCardSettingsWidget::createUi(SettingsDialog* dialog)
QHBoxLayout* note_layout = new QHBoxLayout();
QLabel* note_label =
new QLabel(tr("If one of the \"separate card per game\" memory card modes is chosen, these memory "
new QLabel(tr("If one of the \"separate card per game\" memory card types is chosen, these memory "
"cards will be saved to the memory cards directory."),
box);
note_label->setWordWrap(true);