Fixed some strings

This commit is contained in:
Kwoth 2016-10-19 03:55:09 +02:00
parent a8ed07b2d4
commit 06cf2f882b
2 changed files with 4 additions and 4 deletions

View File

@ -1176,7 +1176,7 @@ namespace NadekoBot.Resources {
}
/// <summary>
/// Looks up a localized string similar to Toggles automatic deleting of invites posted in the channel. Does not negate the .srvrfilterinv enabled setting. Does not affect Bot Owner..
/// Looks up a localized string similar to Toggles automatic deleting of invites posted in the channel. Does not negate the ;srvrfilterinv enabled setting. Does not affect Bot Owner..
/// </summary>
public static string chnlfilterinv_desc {
get {
@ -1203,7 +1203,7 @@ namespace NadekoBot.Resources {
}
/// <summary>
/// Looks up a localized string similar to Toggles automatic deleting of messages containing banned words on the channel. Does not negate the .srvrfilterwords enabled setting. Does not affect bot owner..
/// Looks up a localized string similar to Toggles automatic deleting of messages containing banned words on the channel. Does not negate the ;srvrfilterwords enabled setting. Does not affect bot owner..
/// </summary>
public static string chnlfilterwords_desc {
get {

View File

@ -958,7 +958,7 @@
<value>chnlfilterinv cfi</value>
</data>
<data name="chnlfilterinv_desc" xml:space="preserve">
<value>Toggles automatic deleting of invites posted in the channel. Does not negate the .srvrfilterinv enabled setting. Does not affect Bot Owner.</value>
<value>Toggles automatic deleting of invites posted in the channel. Does not negate the ;srvrfilterinv enabled setting. Does not affect Bot Owner.</value>
</data>
<data name="chnlfilterinv_usage" xml:space="preserve">
<value>`;cfi`</value>
@ -976,7 +976,7 @@
<value>chnlfilterwords cfw</value>
</data>
<data name="chnlfilterwords_desc" xml:space="preserve">
<value>Toggles automatic deleting of messages containing banned words on the channel. Does not negate the .srvrfilterwords enabled setting. Does not affect bot owner.</value>
<value>Toggles automatic deleting of messages containing banned words on the channel. Does not negate the ;srvrfilterwords enabled setting. Does not affect bot owner.</value>
</data>
<data name="chnlfilterwords_usage" xml:space="preserve">
<value>`;cfw`</value>