diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-10 00:14:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-10 00:14:35 +0300 |
commit | 7b95e3f8ba9b15589a1e0e0f1407febbd176e845 (patch) | |
tree | 4ae121b212ade0670a4900b3136d57b982b5ef55 | |
parent | 4d92eb29651fdddc0188410fa2d67ae13ba18d5a (diff) | |
download | plus-7b95e3f8ba9b15589a1e0e0f1407febbd176e845.tar.gz plus-7b95e3f8ba9b15589a1e0e0f1407febbd176e845.tar.bz2 plus-7b95e3f8ba9b15589a1e0e0f1407febbd176e845.tar.xz plus-7b95e3f8ba9b15589a1e0e0f1407febbd176e845.zip |
Fix typo in party fail kick message.
-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 ea96e2eb7..6ccdc6a9a 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -164,7 +164,7 @@ namespace NotifyManager NotifyFlags::EMPTY}, {"party kick deny", // TRANSLATORS: notification message - N_("You cant be kicked kicked from party on this map."), + N_("You cant be kicked from party on this map."), NotifyFlags::EMPTY}, {"party user joined", // TRANSLATORS: notification message |