diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-23 01:12:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-23 01:12:26 +0300 |
commit | 75604ffe8c2ef1f2d76a44dc30e8a257b695daf5 (patch) | |
tree | 5cb43dcb41627d3313ba3d2a371b1a597fd3bab5 /src/resources/notifications.h | |
parent | 17e9519c2ee0b126db5ba1df61dcddf9f7b90b47 (diff) | |
download | plus-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.tar.gz plus-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.tar.bz2 plus-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.tar.xz plus-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.zip |
Add ability to send new mail by /sendmail chat command.
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 8fabc0217..cdfee9e3d 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -849,6 +849,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Unable to buy. Wrong items selected."), NotifyFlags::EMPTY}, + {"mail name validation error", + // TRANSLATORS: notification message + N_("Mail destination name %s is wrong."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |