summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-09 17:55:42 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-09 17:56:15 +0300
commit3c7d5a6bfcb8ceaa07f9344ccaf1d1e9d17f4653 (patch)
tree645261e48c89c580c51d1383e83105b366d286b2 /src/resources/notifications.h
parentc030c786578bc33fbd37ecb2fa86f306f7920557 (diff)
downloadplus-3c7d5a6bfcb8ceaa07f9344ccaf1d1e9d17f4653.tar.gz
plus-3c7d5a6bfcb8ceaa07f9344ccaf1d1e9d17f4653.tar.bz2
plus-3c7d5a6bfcb8ceaa07f9344ccaf1d1e9d17f4653.tar.xz
plus-3c7d5a6bfcb8ceaa07f9344ccaf1d1e9d17f4653.zip
Remove text messages from removing items notifications.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h30
1 files changed, 10 insertions, 20 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index 59b9801df..ab37a5232 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -742,44 +742,34 @@ namespace NotifyManager
N_("Pet catch started."),
NotifyFlags::EMPTY},
{"delete item normal",
- // TRANSLATORS: notification message
- N_("Deleted item %s."),
+ "",
NotifyFlags::STRING},
{"delete item skill use",
- // TRANSLATORS: notification message
- N_("Deleted item %s by skill usage."),
+ "",
NotifyFlags::STRING},
{"delete item fail refine",
- // TRANSLATORS: notification message
- N_("Deleted item %s because refine failed."),
+ "",
NotifyFlags::STRING},
{"delete item material change",
- // TRANSLATORS: notification message
- N_("Deleted item %s because changing material."),
+ "",
NotifyFlags::STRING},
{"delete item to storage",
- // TRANSLATORS: notification message
- N_("Item %s moved to storage."),
+ "",
NotifyFlags::STRING},
{"delete item to cart",
- // TRANSLATORS: notification message
- N_("Item %s moved to cart."),
+ "",
NotifyFlags::STRING},
{"delete item sold",
- // TRANSLATORS: notification message
- N_("Item %s sold."),
+ "",
NotifyFlags::STRING},
{"delete item analysis",
- // TRANSLATORS: notification message
- N_("Item %s deleted because analysis."),
+ "",
NotifyFlags::STRING},
{"delete item unknown",
- // TRANSLATORS: notification message
- N_("Item %s deleted."),
+ "",
NotifyFlags::STRING},
{"delete item dropped",
- // TRANSLATORS: notification message
- N_("Dropped item %s."),
+ "",
NotifyFlags::STRING},
};
} // namespace NotifyManager