diff options
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 |