Fixed some strings
This commit is contained in:
parent
a8ed07b2d4
commit
06cf2f882b
@ -1176,7 +1176,7 @@ namespace NadekoBot.Resources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public static string chnlfilterinv_desc {
|
public static string chnlfilterinv_desc {
|
||||||
get {
|
get {
|
||||||
@ -1203,7 +1203,7 @@ namespace NadekoBot.Resources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public static string chnlfilterwords_desc {
|
public static string chnlfilterwords_desc {
|
||||||
get {
|
get {
|
||||||
|
@ -958,7 +958,7 @@
|
|||||||
<value>chnlfilterinv cfi</value>
|
<value>chnlfilterinv cfi</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="chnlfilterinv_desc" xml:space="preserve">
|
<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>
|
||||||
<data name="chnlfilterinv_usage" xml:space="preserve">
|
<data name="chnlfilterinv_usage" xml:space="preserve">
|
||||||
<value>`;cfi`</value>
|
<value>`;cfi`</value>
|
||||||
@ -976,7 +976,7 @@
|
|||||||
<value>chnlfilterwords cfw</value>
|
<value>chnlfilterwords cfw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="chnlfilterwords_desc" xml:space="preserve">
|
<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>
|
||||||
<data name="chnlfilterwords_usage" xml:space="preserve">
|
<data name="chnlfilterwords_usage" xml:space="preserve">
|
||||||
<value>`;cfw`</value>
|
<value>`;cfw`</value>
|
||||||
|
Loading…
Reference in New Issue
Block a user