meow attribution

This commit is contained in:
Error504TimeOut 2024-03-03 14:48:06 +01:00
parent 82399f6c26
commit d43b538501

View File

@ -61,7 +61,7 @@ QString getCreditsHtml(QStringList patrons)
}
}
stream << "<h3>" << QObject::tr("Assets", "About Credits") << "</h3>\n";
stream << "<p> Cat Meow.wav <a href='https://freesound.org/people/kklab5050/sounds/120017/'>by kklab5050</a></p>\n";
stream << "<p> Cat Meow.wav <a href='https://freesound.org/people/kklab5050/sounds/120017/'>by kklab5050 on freesound.org</a></p>\n";
stream << "</center>\n";
return output;
}