From b172172be139c6083e1657743f446a9d19b3ad26 Mon Sep 17 00:00:00 2001 From: Rob Blanckaert Date: Thu, 7 Mar 2019 03:21:08 -0800 Subject: [PATCH] Fix #3587 (#3634) --- cockatrice/src/tab_supervisor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/tab_supervisor.cpp b/cockatrice/src/tab_supervisor.cpp index bd3f77bd..bbc9450c 100644 --- a/cockatrice/src/tab_supervisor.cpp +++ b/cockatrice/src/tab_supervisor.cpp @@ -613,7 +613,7 @@ void TabSupervisor::processNotifyUserEvent(const Event_NotifyUser &event) case Event_NotifyUser::PROMOTED: QMessageBox::information( 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; case Event_NotifyUser::WARNING: { if (!QString::fromStdString(event.warning_reason()).simplified().isEmpty())