diff options
Diffstat (limited to 'src/resources')
-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 4aa6517e7..abb5efe56 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -791,6 +791,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Player %s unknown remove."), NotifyFlags::STRING}, + {"player divorced", + // TRANSLATORS: notification message + N_("You and %s was divorced."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |