summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-09 15:27:42 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-09 15:27:42 +0300
commit84f1e19691aa83f0bd73d63d08de2a0baa5596bd (patch)
treeb2a260fd3c51b61e1ae9e530adc093561a95aaca /src/resources/notifications.h
parenta2ffd7da11831cc063f25ed6bb9f6be50c3b20e8 (diff)
downloadplus-84f1e19691aa83f0bd73d63d08de2a0baa5596bd.tar.gz
plus-84f1e19691aa83f0bd73d63d08de2a0baa5596bd.tar.bz2
plus-84f1e19691aa83f0bd73d63d08de2a0baa5596bd.tar.xz
plus-84f1e19691aa83f0bd73d63d08de2a0baa5596bd.zip
eathena: add missing equip error messages.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h4
1 files changed, 4 insertions, 0 deletions
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."),