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

Este commit está contenido en:
Albert S. 2022-06-02 13:44:15 +02:00
padre a1be088b7a
commit 6f11a5e662
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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