shared: FileSaver: Adjust message as it's confusing on updates

This commit is contained in:
Albert S. 2022-06-02 13:44:15 +02:00
förälder a1be088b7a
incheckning 6f11a5e662
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

@ -85,7 +85,7 @@ int FileSaver::processFiles(const QVector<QString> paths, std::function<SaveFile
}
else if(result == OK)
{
Logger::info() << "Added" << path << Qt::endl;
Logger::info() << "Saved" << path << Qt::endl;
}
}
}