mirror of https://github.com/PCSX2/pcsx2.git
language
This commit is contained in:
parent
421be5b01f
commit
e9ce1d99fe
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue