diff options
author | Alige <gauvain.dauchy@free.fr> | 2017-09-03 22:52:14 +0400 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2017-09-03 22:52:14 +0400 |
commit | c31cab8fee595f36940b69b3427fa7c3678eb302 (patch) | |
tree | 1af3f4c94d4912d1bf700781ffe54ee77c84f12a /src | |
parent | 13bd2f1e30894321d2ba9c48fdde5c96de2f24c4 (diff) | |
download | plus-c31cab8fee595f36940b69b3427fa7c3678eb302.tar.gz plus-c31cab8fee595f36940b69b3427fa7c3678eb302.tar.bz2 plus-c31cab8fee595f36940b69b3427fa7c3678eb302.tar.xz plus-c31cab8fee595f36940b69b3427fa7c3678eb302.zip |
Fixed a typo about mails notification.
Diffstat (limited to 'src')
-rw-r--r-- | src/resources/notifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 84a738c79..037cf25a2 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -883,7 +883,7 @@ namespace NotifyManager NotifyFlags::EMPTY}, {"mail send count error", // TRANSLATORS: notification message - N_("Mail send failed. Too mail mails sent."), + N_("Mail send failed. Too many mails sent."), NotifyFlags::EMPTY}, {"mail send item error", // TRANSLATORS: notification message |