From f01d3bb8d032e9d5af6b9aa3ac8844fe11c8798f Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 19 Oct 2016 02:15:49 +0200 Subject: [PATCH] Fixed some strings --- src/NadekoBot/Resources/CommandStrings.Designer.cs | 4 ++-- src/NadekoBot/Resources/CommandStrings.resx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/NadekoBot/Resources/CommandStrings.Designer.cs b/src/NadekoBot/Resources/CommandStrings.Designer.cs index 139e5980..c0bdbdcd 100644 --- a/src/NadekoBot/Resources/CommandStrings.Designer.cs +++ b/src/NadekoBot/Resources/CommandStrings.Designer.cs @@ -393,7 +393,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Stops people from repeating same message more than 2 times in a row. You can either specify to mute, kick or ban them if that happens.. + /// Looks up a localized string similar to Stops people from repeating same message X times in a row. You can specify to either mute, kick or ban the offenders.. /// public static string antispam_desc { get { @@ -402,7 +402,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to `.antispam Mute` or `.antispam Kick` or `.antispam Ban`. + /// Looks up a localized string similar to `.antispam 3 Mute` or `.antispam 4 Kick` or `.antispam 6 Ban`. /// public static string antispam_usage { get { diff --git a/src/NadekoBot/Resources/CommandStrings.resx b/src/NadekoBot/Resources/CommandStrings.resx index cd10e0a4..4c864ead 100644 --- a/src/NadekoBot/Resources/CommandStrings.resx +++ b/src/NadekoBot/Resources/CommandStrings.resx @@ -2659,9 +2659,9 @@ antispam - Stops people from repeating same message more than 2 times in a row. You can either specify to mute, kick or ban them if that happens. + Stops people from repeating same message X times in a row. You can specify to either mute, kick or ban the offenders. - `.antispam Mute` or `.antispam Kick` or `.antispam Ban` + `.antispam 3 Mute` or `.antispam 4 Kick` or `.antispam 6 Ban` \ No newline at end of file