diff options
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 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."), |