made follow mode text shorter

This commit is contained in:
fourtf 2019-08-26 13:48:07 +02:00
parent 238d213072
commit a64e5b2834

View file

@ -58,12 +58,12 @@ namespace {
{
if (modes->followerOnly != 0)
{
text += QString("follower(%1 minutes), ")
text += QString("follow(%1m), ")
.arg(QString::number(modes->followerOnly));
}
else
{
text += QString("follower, ");
text += QString("follow, ");
}
}
}