summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index 132409fd0..8249fef28 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -523,6 +523,14 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("%s joined room."),
NotifyFlags::STRING},
+ {"chat room leave",
+ // TRANSLATORS: notification message
+ N_("%s left room."),
+ NotifyFlags::STRING},
+ {"chat room kick",
+ // TRANSLATORS: notification message
+ N_("%s kicked from room."),
+ NotifyFlags::STRING},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H