Browse Source

- Removed legal mention about copyrighted material.

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
1be6333601
  1. 1
      src/downloadingTorrents.cpp

1
src/downloadingTorrents.cpp

@ -113,7 +113,6 @@ DownloadingTorrents::DownloadingTorrents(QObject *parent, bittorrent *BTSession) @@ -113,7 +113,6 @@ DownloadingTorrents::DownloadingTorrents(QObject *parent, bittorrent *BTSession)
// Set info Bar infos
setInfoBar(tr("qBittorrent %1 started.", "e.g: qBittorrent v0.x started.").arg(QString::fromUtf8(""VERSION)));
setInfoBar(tr("Be careful, sharing copyrighted material without permission is against the law."), QString::fromUtf8("red"));
qDebug("Download tab built");
}

Loading…
Cancel
Save