mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
Qt: Fix memory card note string
This commit is contained in:
parent
6b2ce266d4
commit
1d7bc24537
|
@ -80,7 +80,7 @@ void MemoryCardSettingsWidget::createUi(SettingsDialog* dialog)
|
||||||
|
|
||||||
QHBoxLayout* note_layout = new QHBoxLayout();
|
QHBoxLayout* note_layout = new QHBoxLayout();
|
||||||
QLabel* note_label =
|
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."),
|
"cards will be saved to the memory cards directory."),
|
||||||
box);
|
box);
|
||||||
note_label->setWordWrap(true);
|
note_label->setWordWrap(true);
|
||||||
|
|
Loading…
Reference in a new issue