diff options
author | rawng <rawng@debian.house> | 2015-08-07 18:55:37 -0400 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-09 00:32:14 +0300 |
commit | b5f5b912d62e63cf54a2e95faebb6ee4914c545b (patch) | |
tree | a37ca91b8175e84bd0338666b2bf34129550cacf /src/resources | |
parent | f14d35ee3f1b5319a423a1efd8366ac524382ac2 (diff) | |
download | plus-b5f5b912d62e63cf54a2e95faebb6ee4914c545b.tar.gz plus-b5f5b912d62e63cf54a2e95faebb6ee4914c545b.tar.bz2 plus-b5f5b912d62e63cf54a2e95faebb6ee4914c545b.tar.xz plus-b5f5b912d62e63cf54a2e95faebb6ee4914c545b.zip |
Edit guild kick message.
Diffstat (limited to 'src/resources')
-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 f7f8009c4..c90e6edff 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -127,7 +127,7 @@ namespace NotifyManager NotifyFlags::EMPTY}, {"guild user kicked", // TRANSLATORS: notification message - N_("%s has kicked from your guild."), + N_("%s has been kicked from your guild."), NotifyFlags::GUILD_STRING}, {"use failed", // TRANSLATORS: notification message |