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 cf509b104..6b2e03cbd 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -649,6 +649,10 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("You can't add item to card because too many items."),
NotifyFlags::EMPTY},
+ {"bound item",
+ // TRANSLATORS: notification message
+ N_("Item %s bound to you."),
+ NotifyFlags::STRING},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H