Browse Source

Remove extra spaces

pull/2770/head
Andrey S 10 years ago
parent
commit
d69139bf4a
  1. 4
      src/chatlog/content/filetransferwidget.cpp

4
src/chatlog/content/filetransferwidget.cpp

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

Loading…
Cancel
Save