diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-27 20:07:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-27 20:08:05 +0300 |
commit | cff8879242e1f692dee58ac764c5a54da1a996cd (patch) | |
tree | d740b1a2395a9340bed8ef88b77ae3246819ab6a /src/resources/notifications.h | |
parent | 9af27292809ee8bf42f46e214c21c305c3cd810f (diff) | |
download | plus-cff8879242e1f692dee58ac764c5a54da1a996cd.tar.gz plus-cff8879242e1f692dee58ac764c5a54da1a996cd.tar.bz2 plus-cff8879242e1f692dee58ac764c5a54da1a996cd.tar.xz plus-cff8879242e1f692dee58ac764c5a54da1a996cd.zip |
eathena: impliment packet SMSG_MAIL_SEND_MAIL_ACK.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 9ca406712..0718f7ac5 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -567,6 +567,14 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Left %d seconds until you can use item."), NotifyFlags::INT}, + {"mail send ok", + // TRANSLATORS: notification message + N_("Message succesfully sent."), + NotifyFlags::EMPTY}, + {"mail send error", + // TRANSLATORS: notification message + N_("Message send failed."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |