summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h4
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