diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-07-05 21:33:01 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-07-05 21:36:03 +0200 |
commit | 92d890fe0dc60276d81edde6d045f505d324ffba (patch) | |
tree | 22142aa58b896a9df227ee997ad523bf21e43d0e /src | |
parent | 9e6863415ae5efc26e57ef6993e781ae51b3fb4f (diff) | |
download | manaverse-92d890fe0dc60276d81edde6d045f505d324ffba.tar.gz manaverse-92d890fe0dc60276d81edde6d045f505d324ffba.tar.bz2 manaverse-92d890fe0dc60276d81edde6d045f505d324ffba.tar.xz manaverse-92d890fe0dc60276d81edde6d045f505d324ffba.zip |
Fix cart item add failure messages [skip ci]
Diffstat (limited to 'src')
-rw-r--r-- | src/resources/notifications.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |