parent
5fd86954d6
commit
b172172be1
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ void TabSupervisor::processNotifyUserEvent(const Event_NotifyUser &event)
|
||||||
case Event_NotifyUser::PROMOTED:
|
case Event_NotifyUser::PROMOTED:
|
||||||
QMessageBox::information(
|
QMessageBox::information(
|
||||||
this, tr("Promotion"),
|
this, tr("Promotion"),
|
||||||
tr("You have been promoted to moderator. Please log out and back in for changes to take effect."));
|
tr("You have been promoted. Please log out and back in for changes to take effect."));
|
||||||
break;
|
break;
|
||||||
case Event_NotifyUser::WARNING: {
|
case Event_NotifyUser::WARNING: {
|
||||||
if (!QString::fromStdString(event.warning_reason()).simplified().isEmpty())
|
if (!QString::fromStdString(event.warning_reason()).simplified().isEmpty())
|
||||||
|
|
Loading…
Reference in a new issue