diff options
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 0718f7ac5..7c864325b 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -575,6 +575,14 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Message send failed."), NotifyFlags::EMPTY}, + {"mail attach item error", + // TRANSLATORS: notification message + N_("Item attach failed."), + NotifyFlags::EMPTY}, + {"mail attach money error", + // TRANSLATORS: notification message + N_("Money attach failed."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |