diff --git a/src/chatlog/content/filetransferwidget.cpp b/src/chatlog/content/filetransferwidget.cpp index b19e39ca7..d0b44c06c 100644 --- a/src/chatlog/content/filetransferwidget.cpp +++ b/src/chatlog/content/filetransferwidget.cpp @@ -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; }