mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
made follow mode text shorter
This commit is contained in:
parent
238d213072
commit
a64e5b2834
1 changed files with 2 additions and 2 deletions
|
@ -58,12 +58,12 @@ namespace {
|
||||||
{
|
{
|
||||||
if (modes->followerOnly != 0)
|
if (modes->followerOnly != 0)
|
||||||
{
|
{
|
||||||
text += QString("follower(%1 minutes), ")
|
text += QString("follow(%1m), ")
|
||||||
.arg(QString::number(modes->followerOnly));
|
.arg(QString::number(modes->followerOnly));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
text += QString("follower, ");
|
text += QString("follow, ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue