diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-13 21:07:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-13 21:07:52 +0300 |
commit | a515a9c9f6f1a6f7a0d94e0ceba5ed52c69902bb (patch) | |
tree | fb07bb55e2d630172b847238718f6d4ade596cbe /src/resources/notifications.h | |
parent | 259c2b3803bcf1dd16759b6adad7ac9006c36f09 (diff) | |
download | plus-a515a9c9f6f1a6f7a0d94e0ceba5ed52c69902bb.tar.gz plus-a515a9c9f6f1a6f7a0d94e0ceba5ed52c69902bb.tar.bz2 plus-a515a9c9f6f1a6f7a0d94e0ceba5ed52c69902bb.tar.xz plus-a515a9c9f6f1a6f7a0d94e0ceba5ed52c69902bb.zip |
eathena: show correct message if item cant be used because not left delay.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |