diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-24 23:08:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-24 23:08:40 +0300 |
commit | 50f4daf53d60cfb90107fd4989dd1869bc1f3e35 (patch) | |
tree | b86638cb85d3845d5186563315dd5af5d8e15c50 /src/resources/notifications.h | |
parent | af5fde1f88bd5c8d0e11b59d73f6c76610c14acf (diff) | |
download | plus-50f4daf53d60cfb90107fd4989dd1869bc1f3e35.tar.gz plus-50f4daf53d60cfb90107fd4989dd1869bc1f3e35.tar.bz2 plus-50f4daf53d60cfb90107fd4989dd1869bc1f3e35.tar.xz plus-50f4daf53d60cfb90107fd4989dd1869bc1f3e35.zip |
Add support for removing item from mail.
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 490ea3191..1e25dbdb3 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -873,6 +873,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Item %s attach failed. Unknown error."), NotifyFlags::STRING}, + {"mail remove item error", + // TRANSLATORS: notification message + N_("Item %s remove failed."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |