Changed bit badge overlay text to be consistent with Twitch

Currently it uses "Twitch Bit(x)". Changed to "cheer x" to be consistent with Twitch text overlay.
This commit is contained in:
LajamerrMittesdine 2018-05-24 11:48:25 -04:00 committed by fourtf
parent 8ccd00a4d8
commit 302af3aaa1

View file

@ -577,7 +577,7 @@ void TwitchMessageBuilder::appendTwitchBadges()
QString cheerAmountQS = badge.mid(5); QString cheerAmountQS = badge.mid(5);
std::string versionKey = cheerAmountQS.toStdString(); std::string versionKey = cheerAmountQS.toStdString();
QString tooltip = QString("Twitch Bits (") + cheerAmountQS + ")"; QString tooltip = QString("cheer ") + cheerAmountQS;
// Try to fetch channel-specific bit badge // Try to fetch channel-specific bit badge
try { try {