Fixed some strings

This commit is contained in:
Kwoth 2016-10-19 02:15:49 +02:00
parent c37af333aa
commit f01d3bb8d0
2 changed files with 4 additions and 4 deletions

View File

@ -393,7 +393,7 @@ namespace NadekoBot.Resources {
} }
/// <summary> /// <summary>
/// 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..
/// </summary> /// </summary>
public static string antispam_desc { public static string antispam_desc {
get { get {
@ -402,7 +402,7 @@ namespace NadekoBot.Resources {
} }
/// <summary> /// <summary>
/// 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`.
/// </summary> /// </summary>
public static string antispam_usage { public static string antispam_usage {
get { get {

View File

@ -2659,9 +2659,9 @@
<value>antispam</value> <value>antispam</value>
</data> </data>
<data name="antispam_desc" xml:space="preserve"> <data name="antispam_desc" xml:space="preserve">
<value>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.</value> <value>Stops people from repeating same message X times in a row. You can specify to either mute, kick or ban the offenders.</value>
</data> </data>
<data name="antispam_usage" xml:space="preserve"> <data name="antispam_usage" xml:space="preserve">
<value>`.antispam Mute` or `.antispam Kick` or `.antispam Ban`</value> <value>`.antispam 3 Mute` or `.antispam 4 Kick` or `.antispam 6 Ban`</value>
</data> </data>
</root> </root>