From 3c7d5a6bfcb8ceaa07f9344ccaf1d1e9d17f4653 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 9 Sep 2015 17:55:42 +0300 Subject: Remove text messages from removing items notifications. --- src/resources/notifications.h | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) (limited to 'src/resources/notifications.h') 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 -- cgit v1.2.3-60-g2f50