diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-21 15:37:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-21 16:37:24 +0300 |
commit | 76087008664d96b492fde077bb8b8e632ea30ba8 (patch) | |
tree | 07c3b951bc919ca7a98558474617d5abb12fe01f /src/resources | |
parent | 1b9e74d6c00033b2103f70162c96e9bf5ce6f2b7 (diff) | |
download | plus-76087008664d96b492fde077bb8b8e632ea30ba8.tar.gz plus-76087008664d96b492fde077bb8b8e632ea30ba8.tar.bz2 plus-76087008664d96b492fde077bb8b8e632ea30ba8.tar.xz plus-76087008664d96b492fde077bb8b8e632ea30ba8.zip |
Impliment packet SMSG_PLAYER_ITEM_RENTAL_TIME (hercules).
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/notifications.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index c90e6edff..4dd8a585f 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -612,13 +612,15 @@ namespace NotifyManager N_("Can't get attach. Too many items."), NotifyFlags::EMPTY}, {"new mail", - // TRANSLATORS: notification message "%s", NotifyFlags::STRING}, {"mail type battle field", // TRANSLATORS: notification message N_("You enter battle field."), NotifyFlags::EMPTY}, + {"rental time left", + "%s", + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |