diff options
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 a5b7a725f..08526bb81 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -893,6 +893,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Mail send failed. Receiver name wrong or not checked."), NotifyFlags::EMPTY}, + {"mail get attach full error", + // TRANSLATORS: notification message + N_("Error on getting attach. No space or weight too high."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |