diff options
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 8249fef28..eb2b520c6 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -531,6 +531,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("%s kicked from room."), NotifyFlags::STRING}, + {"chat room role owner", + // TRANSLATORS: notification message + N_("%s role changed to room owner."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |