typo
the build was successful Details

This commit is contained in:
tastytea 2018-10-18 21:36:00 +02:00
parent 2c38822243
commit 8e55e14e49
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const bool Text::askblocked()
while (true)
{
const string blocked = get_answer(tr("Blocked(b) or silenced(s)"));
if (blocked[0] == tr("b")[0] || blocked[0] == tr("B"))
if (blocked[0] == tr("b")[0] || blocked[0] == tr("B")[0])
{
return true;
}