diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-25 00:21:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-25 00:21:24 +0300 |
commit | 3874b588e2a9d70eb678c8a33785a575b16fa7b2 (patch) | |
tree | 430a7a47663b8eee6bc1df8a07d36795547e2c22 /src/resources/notifications.h | |
parent | 595272de98760925cc3629455f16d023906ef89e (diff) | |
download | ManaVerse-3874b588e2a9d70eb678c8a33785a575b16fa7b2.tar.gz ManaVerse-3874b588e2a9d70eb678c8a33785a575b16fa7b2.tar.bz2 ManaVerse-3874b588e2a9d70eb678c8a33785a575b16fa7b2.tar.xz ManaVerse-3874b588e2a9d70eb678c8a33785a575b16fa7b2.zip |
Fix error messages about adding item to mail.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 1e25dbdb3..61d4cdb86 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -855,24 +855,24 @@ namespace NotifyManager NotifyFlags::STRING}, {"mail attach item weight error", // TRANSLATORS: notification message - N_("Item %s attach failed. Weight too big."), - NotifyFlags::STRING}, + N_("Item attach failed. Weight too big."), + NotifyFlags::EMPTY}, {"mail attach item fatal error", // TRANSLATORS: notification message - N_("Item %s attach failed. Fatal error."), - NotifyFlags::STRING}, + N_("Item attach failed. Fatal error."), + NotifyFlags::EMPTY}, {"mail attach item no space", // TRANSLATORS: notification message - N_("Item %s attach failed. No more space."), - NotifyFlags::STRING}, + N_("Item attach failed. No more space."), + NotifyFlags::EMPTY}, {"mail attach item non tradeable", // TRANSLATORS: notification message - N_("Item %s attach failed. Item on tradeable."), - NotifyFlags::STRING}, + N_("Item attach failed. Item on tradeable."), + NotifyFlags::EMPTY}, {"mail attach item unknown error", // TRANSLATORS: notification message - N_("Item %s attach failed. Unknown error."), - NotifyFlags::STRING}, + N_("Item attach failed. Unknown error."), + NotifyFlags::EMPTY}, {"mail remove item error", // TRANSLATORS: notification message N_("Item %s remove failed."), |