diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-09 15:11:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-09 15:11:05 +0300 |
commit | 558dcaea9d56fb1c65ce468869dfe0e409ca1878 (patch) | |
tree | 45ea44c11519b0186d12cbe2b12524a60721ba5e /src/resources | |
parent | 8ac73cce3f9808c8fa48b280635104d9587c9c5a (diff) | |
download | plus-558dcaea9d56fb1c65ce468869dfe0e409ca1878.tar.gz plus-558dcaea9d56fb1c65ce468869dfe0e409ca1878.tar.bz2 plus-558dcaea9d56fb1c65ce468869dfe0e409ca1878.tar.xz plus-558dcaea9d56fb1c65ce468869dfe0e409ca1878.zip |
Add unequip error notification.
Diffstat (limited to 'src/resources')
-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 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."), |