Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Kebap <leckerkebap@gmx.li>
  • Loading branch information
vadi2 and Kebap committed Mar 27, 2020
1 parent b689813 commit 9db8cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Host.cpp
Expand Up @@ -766,8 +766,8 @@ void Host::thankForUsingPTB()
{
const QStringList happyIcons {"😀", "😃", "😄", "😁", "🙂", "🙃", "🤩", "🎉", "🚀", "🤟", "✌️", "👊"};
const auto randomIcon = happyIcons.at(QRandomGenerator::global()->bounded(happyIcons.size()));
postMessage(tr(R"([ OK ] - %1 thanks a lot for using the Public Test Build!)", "%1 will be a random happy empoji").arg(randomIcon));
postMessage(tr(R"([ OK ] - %1 Help us make Mudlet better by reporting any problems.)", "%1 will be a random happy empoji").arg(randomIcon));
postMessage(tr(R"([ OK ] - %1 Thanks a lot for using the Public Test Build!)", "%1 will be a random happy emoji").arg(randomIcon));
postMessage(tr(R"([ OK ] - %1 Help us make Mudlet better by reporting any problems.)", "%1 will be a random happy emoji").arg(randomIcon));
}

void Host::setMediaLocationGMCP(const QString& mediaUrl)
Expand Down

0 comments on commit 9db8cff

Please sign in to comment.