Qt: Fix memory card note string

pull/2051/head
Connor McLaughlin 5 years ago
parent 6b2ce266d4
commit 1d7bc24537

@ -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);

Loading…
Cancel
Save