diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-26 19:33:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-26 19:33:11 +0300 |
commit | 86735e142e86391e46b0eafbcb7ef01e25fc969a (patch) | |
tree | a717ba215baae052de204ed7b8e50b20c453882a /src/resources | |
parent | d3f61bb7da045c7d0a955a3859aac713d1bfc6e7 (diff) | |
download | ManaVerse-86735e142e86391e46b0eafbcb7ef01e25fc969a.tar.gz ManaVerse-86735e142e86391e46b0eafbcb7ef01e25fc969a.tar.bz2 ManaVerse-86735e142e86391e46b0eafbcb7ef01e25fc969a.tar.xz ManaVerse-86735e142e86391e46b0eafbcb7ef01e25fc969a.zip |
Add support for getting attached items from mail message.
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 |