summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-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 4dd8a585f..66b72623c 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -621,6 +621,10 @@ namespace NotifyManager
{"rental time left",
"%s",
NotifyFlags::STRING},
+ {"rental time expired",
+ // TRANSLATORS: notification message
+ N_("Rental time for %s expired"),
+ NotifyFlags::STRING},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H