From 1d7bc2453787bc52ce32860b77ab5c6bf3c800d0 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 3 May 2021 03:17:00 +1000 Subject: [PATCH] Qt: Fix memory card note string --- src/duckstation-qt/memorycardsettingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/memorycardsettingswidget.cpp b/src/duckstation-qt/memorycardsettingswidget.cpp index 2dfb191e8..4ba74c3ed 100644 --- a/src/duckstation-qt/memorycardsettingswidget.cpp +++ b/src/duckstation-qt/memorycardsettingswidget.cpp @@ -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);