diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-13 22:25:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-13 22:25:11 +0300 |
commit | 88bbf7389298270c6d840b789184acee5ea43180 (patch) | |
tree | 888ecfb48cf1cc3cb7a53e9ecee2eb48d46c2714 /src/resources/notifications.h | |
parent | 362f35430a2edd76885f6cd8f3e4565260d2101a (diff) | |
download | plus-88bbf7389298270c6d840b789184acee5ea43180.tar.gz plus-88bbf7389298270c6d840b789184acee5ea43180.tar.bz2 plus-88bbf7389298270c6d840b789184acee5ea43180.tar.xz plus-88bbf7389298270c6d840b789184acee5ea43180.zip |
Replace succesfully to successfully.
Diffstat (limited to 'src/resources/notifications.h')
-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 ad0819d23..f7f8009c4 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -569,7 +569,7 @@ namespace NotifyManager NotifyFlags::INT}, {"mail send ok", // TRANSLATORS: notification message - N_("Message succesfully sent."), + N_("Message successfully sent."), NotifyFlags::EMPTY}, {"mail send error", // TRANSLATORS: notification message |