summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-07-05 21:33:01 +0200
committerFedja Beader <fedja@protonmail.ch>2024-07-05 21:36:03 +0200
commit92d890fe0dc60276d81edde6d045f505d324ffba (patch)
tree22142aa58b896a9df227ee997ad523bf21e43d0e /src/resources
parent9e6863415ae5efc26e57ef6993e781ae51b3fb4f (diff)
downloadmv-master.tar.gz
mv-master.tar.bz2
mv-master.tar.xz
mv-master.zip
Fix cart item add failure messages [skip ci]HEADmaster
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/notifications.h4
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