From 92d890fe0dc60276d81edde6d045f505d324ffba Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Fri, 5 Jul 2024 21:33:01 +0200 Subject: Fix cart item add failure messages [skip ci] --- src/resources/notifications.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index b6933dc9c..779522939 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -654,11 +654,11 @@ namespace NotifyManager NotifyFlags::STRING}, {"cart add weight error", // TRANSLATORS: notification message - N_("You can't add item to card because weight too high."), + N_("You can't add item to cart because its weight is too high."), NotifyFlags::EMPTY}, {"cart add count error", // TRANSLATORS: notification message - N_("You can't add item to card because too many items."), + N_("You can't add item to cart because it has no free slots."), NotifyFlags::EMPTY}, {"bound item", // TRANSLATORS: notification message -- cgit v1.2.3-70-g09d2