summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-09 17:18:33 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-09 17:18:33 +0300
commitfa74e7c9b1e51d696ded77363d441f0e966ca1ad (patch)
tree29a03133071afa776ae34d824bc19b8f94d6c4b6 /src/resources/notifications.h
parent3ed77b00b2a15aa478de49b7d8382d7a99930e73 (diff)
downloadplus-fa74e7c9b1e51d696ded77363d441f0e966ca1ad.tar.gz
plus-fa74e7c9b1e51d696ded77363d441f0e966ca1ad.tar.bz2
plus-fa74e7c9b1e51d696ded77363d441f0e966ca1ad.tar.xz
plus-fa74e7c9b1e51d696ded77363d441f0e966ca1ad.zip
Add missing trade errors.
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 0c394cea1..ea96e2eb7 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -271,6 +271,10 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("Trade with %s cancelled."),
NotifyFlags::STRING},
+ {"trade cancelled busy",
+ // TRANSLATORS: notification message
+ N_("Trade with %s cancelled, because player is busy"),
+ NotifyFlags::STRING},
{"trade error unknown",
// TRANSLATORS: notification message
N_("Unhandled trade cancel packet with %s"),