From e9ce1d99fef243557dcdf3a0f06ea3476f9baa9d Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 17 Sep 2024 12:51:00 +0200 Subject: [PATCH] language --- pcsx2-qt/Settings/MemoryCardConvertDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2-qt/Settings/MemoryCardConvertDialog.cpp b/pcsx2-qt/Settings/MemoryCardConvertDialog.cpp index 44f2235097..a0ce0e41a8 100644 --- a/pcsx2-qt/Settings/MemoryCardConvertDialog.cpp +++ b/pcsx2-qt/Settings/MemoryCardConvertDialog.cpp @@ -263,7 +263,7 @@ void MemoryCardConvertDialog::ConvertCard() if (access(absolutePath.toStdString().c_str(), R_OK | W_OK | X_OK) != 0) { QMessageBox::critical(this, tr("Cannot Convert Memory Card"), - tr("You have insufficient permissions to convert this Memory Card. Please ensure that you have read/write access to the folder \n \"%1\".") + tr("You have insufficient permissions to convert this Memory Card. Please ensure that your user owns the directory of your Memory Cards. \n \"%1\".") .arg(absolutePath)); return; }