From a515a9c9f6f1a6f7a0d94e0ceba5ed52c69902bb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 13 Apr 2015 21:07:52 +0300 Subject: eathena: show correct message if item cant be used because not left delay. --- src/resources/notifications.h | 4 ++++ src/resources/notifytypes.h | 1 + 2 files changed, 5 insertions(+) (limited to 'src/resources') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 5f3eeb5d5..9ca406712 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -563,6 +563,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Room join failed. Wrong race."), NotifyFlags::EMPTY}, + {"chat room error race", + // TRANSLATORS: notification message + N_("Left %d seconds until you can use item."), + NotifyFlags::INT}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h index 0b1a9285b..d698734e2 100644 --- a/src/resources/notifytypes.h +++ b/src/resources/notifytypes.h @@ -159,6 +159,7 @@ namespace NotifyTypes ROOM_ERROR_LOW_LEVEL, ROOM_ERROR_HIGH_LEVEL, ROOM_ERROR_RACE, + USE_ITEM_WAIT, TYPE_END }; -- cgit v1.2.3-60-g2f50