diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-02 23:34:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-02 23:34:55 +0300 |
commit | ad65d5b7ee4e206733add9e5514a7d51e02c2d54 (patch) | |
tree | d9a0eb50e177eead2676e83cd0078243800c2fa0 | |
parent | 84d2bab38202cd52b5eb0a37c12204ab6f607915 (diff) | |
download | plus-ad65d5b7ee4e206733add9e5514a7d51e02c2d54.tar.gz plus-ad65d5b7ee4e206733add9e5514a7d51e02c2d54.tar.bz2 plus-ad65d5b7ee4e206733add9e5514a7d51e02c2d54.tar.xz plus-ad65d5b7ee4e206733add9e5514a7d51e02c2d54.zip |
Fix typos.
-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 132708035..8716b6467 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -704,7 +704,7 @@ namespace NotifyManager NotifyFlags::EMPTY}, {"ignore player success", // TRANSLATORS: notification message - N_("Player succesfully ignored."), + N_("Player successfully ignored."), NotifyFlags::EMPTY}, {"ignore player failure", // TRANSLATORS: notification message @@ -720,7 +720,7 @@ namespace NotifyManager NotifyFlags::EMPTY}, {"unignore player success", // TRANSLATORS: notification message - N_("Player succesfully unignored."), + N_("Player successfully unignored."), NotifyFlags::EMPTY}, {"unignore player failure", // TRANSLATORS: notification message |