summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-29 21:36:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-29 21:36:44 +0300
commit600c370ed33ec9828ef609d68a8e46d564f0f1af (patch)
tree21b6ee1a0250dfa123858a53bfe991cba33af01a /src/resources/notifications.h
parent8e0bbcbabb8752d8c28618e98a1ea46309252f3a (diff)
downloadplus-600c370ed33ec9828ef609d68a8e46d564f0f1af.tar.gz
plus-600c370ed33ec9828ef609d68a8e46d564f0f1af.tar.bz2
plus-600c370ed33ec9828ef609d68a8e46d564f0f1af.tar.xz
plus-600c370ed33ec9828ef609d68a8e46d564f0f1af.zip
eathena: impliment packet SMSG_MAIL_RETURN.
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 7c864325b..0aa9d1c08 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -583,6 +583,14 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("Money attach failed."),
NotifyFlags::EMPTY},
+ {"mail return error",
+ // TRANSLATORS: notification message
+ N_("Message return failed."),
+ NotifyFlags::EMPTY},
+ {"mail return ok",
+ // TRANSLATORS: notification message
+ N_("Message return success."),
+ NotifyFlags::EMPTY},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H