diff options
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 |