summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-22 16:43:39 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-22 16:43:39 +0300
commit448eabff4c29f31cfb74468857dcbf91a0c43df4 (patch)
tree2b30c9aa4b9c06398255323cb13ba41818dffe0a /src/resources/notifications.h
parent08d9fbf5d4fb388bc186729a1174bf4aef0f8095 (diff)
downloadplus-448eabff4c29f31cfb74468857dcbf91a0c43df4.tar.gz
plus-448eabff4c29f31cfb74468857dcbf91a0c43df4.tar.bz2
plus-448eabff4c29f31cfb74468857dcbf91a0c43df4.tar.xz
plus-448eabff4c29f31cfb74468857dcbf91a0c43df4.zip
Impliment packet SMSG_BIND_ITEM.
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 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