parent
2c38822243
commit
8e55e14e49
|
@ -49,7 +49,7 @@ const bool Text::askblocked()
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
const string blocked = get_answer(tr("Blocked(b) or silenced(s)"));
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue