From 84f1e19691aa83f0bd73d63d08de2a0baa5596bd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 9 Oct 2014 15:27:42 +0300 Subject: eathena: add missing equip error messages. --- 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 05ef0f50c..0c394cea1 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -138,6 +138,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Unable to equip."), NotifyFlags::EMPTY}, + {"equip failed level", + // TRANSLATORS: notification message + N_("Unable to equip because you have wrong level."), + NotifyFlags::EMPTY}, {"party create failed", // TRANSLATORS: notification message N_("Could not create party."), diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h index e3f528e43..cb26fa5c4 100644 --- a/src/resources/notifytypes.h +++ b/src/resources/notifytypes.h @@ -54,6 +54,7 @@ namespace NotifyTypes GUILD_USER_KICKED, USE_FAILED, EQUIP_FAILED, + EQUIP_FAILED_LEVEL, PARTY_CREATE_FAILED, PARTY_CREATED, PARTY_LEFT, -- cgit v1.2.3-60-g2f50