|
|
|
@ -139,8 +139,8 @@ void FileTransferWidget::acceptTransfer(const QString &filepath)
@@ -139,8 +139,8 @@ void FileTransferWidget::acceptTransfer(const QString &filepath)
|
|
|
|
|
//test if writable
|
|
|
|
|
if (!Nexus::tryRemoveFile(filepath)) |
|
|
|
|
{ |
|
|
|
|
GUI::showWarning( tr("Location not writable", "Title of permissions popup"), |
|
|
|
|
tr("You do not have permission to write that location. Choose another, or cancel the save dialog.", "text of permissions popup")); |
|
|
|
|
GUI::showWarning(tr("Location not writable", "Title of permissions popup"), |
|
|
|
|
tr("You do not have permission to write that location. Choose another, or cancel the save dialog.", "text of permissions popup")); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|