summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-25 00:21:24 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-25 00:21:24 +0300
commit3874b588e2a9d70eb678c8a33785a575b16fa7b2 (patch)
tree430a7a47663b8eee6bc1df8a07d36795547e2c22 /src/resources
parent595272de98760925cc3629455f16d023906ef89e (diff)
downloadmv-3874b588e2a9d70eb678c8a33785a575b16fa7b2.tar.gz
mv-3874b588e2a9d70eb678c8a33785a575b16fa7b2.tar.bz2
mv-3874b588e2a9d70eb678c8a33785a575b16fa7b2.tar.xz
mv-3874b588e2a9d70eb678c8a33785a575b16fa7b2.zip
Fix error messages about adding item to mail.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/notifications.h20
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."),