summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-09 15:11:05 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-09 15:11:05 +0300
commit558dcaea9d56fb1c65ce468869dfe0e409ca1878 (patch)
tree45ea44c11519b0186d12cbe2b12524a60721ba5e /src/resources/notifications.h
parent8ac73cce3f9808c8fa48b280635104d9587c9c5a (diff)
downloadplus-558dcaea9d56fb1c65ce468869dfe0e409ca1878.tar.gz
plus-558dcaea9d56fb1c65ce468869dfe0e409ca1878.tar.bz2
plus-558dcaea9d56fb1c65ce468869dfe0e409ca1878.tar.xz
plus-558dcaea9d56fb1c65ce468869dfe0e409ca1878.zip
Add unequip error notification.
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 8716b6467..425605174 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -141,6 +141,10 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("Unable to equip because you have wrong level."),
NotifyFlags::EMPTY},
+ {"unequip failed",
+ // TRANSLATORS: notification message
+ N_("Unable to unequip."),
+ NotifyFlags::EMPTY},
{"party create failed",
// TRANSLATORS: notification message
N_("Couldn't create party."),