diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/notifications.h | 4 | ||||
-rw-r--r-- | src/resources/notifytypes.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 69cb6a205..ad0819d23 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -615,6 +615,10 @@ namespace NotifyManager // TRANSLATORS: notification message "%s", NotifyFlags::STRING}, + {"mail type battle field", + // TRANSLATORS: notification message + N_("You enter battle field."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h index 1c132e876..26cf8c153 100644 --- a/src/resources/notifytypes.h +++ b/src/resources/notifytypes.h @@ -172,6 +172,7 @@ namespace NotifyTypes MAIL_GET_ATTACH_ERROR, MAIL_GET_ATTACH_TOO_MANY_ITEMS, NEW_MAIL, + MAP_TYPE_BATTLEFIELD, TYPE_END }; |