summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-19 19:57:13 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-19 19:57:13 +0300
commite29f5cfd16b4566141ee48fa1c58b606e14b66f7 (patch)
tree2487b4539126432349e6ad06786d73733e266ac2 /src/resources/notifications.h
parent91c2cdaa01317a32ca38700198dbaf80c80c8600 (diff)
downloadplus-e29f5cfd16b4566141ee48fa1c58b606e14b66f7.tar.gz
plus-e29f5cfd16b4566141ee48fa1c58b606e14b66f7.tar.bz2
plus-e29f5cfd16b4566141ee48fa1c58b606e14b66f7.tar.xz
plus-e29f5cfd16b4566141ee48fa1c58b606e14b66f7.zip
Impliment packet SMSG_FAMILY_DIVORCED (hercules).
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h4
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