Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
thethunderturner committed Sep 17, 2024
1 parent 421be5b commit e9ce1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2-qt/Settings/MemoryCardConvertDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e9ce1d9

Please sign in to comment.