1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Remove extra spaces

This commit is contained in:
Andrey S 2016-01-04 14:02:37 +03:00
parent 8ce16ad399
commit d69139bf4a

View File

@ -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;
}