This commit is contained in:
RetroPooh 2018-04-06 13:02:30 +03:00
parent 154f089dd4
commit dceeab0e4d

View File

@ -1781,8 +1781,6 @@ static void processList(const QStringList &list, const QString &textSingular, co
QString result;
if (flag & (RSLINK_PROCESS_NOTIFY_SUCCESS | RSLINK_PROCESS_NOTIFY_ERROR)) {
result += (links.count() == 1 ? QObject::tr("%1 of %2 RetroShare link processed.") : QObject::tr("%1 of %2 RetroShare links processed.")).arg(countProcessed).arg(links.count()) + "<br><br>";
}