Fixed a string

This commit is contained in:
Kwoth 2017-04-12 21:23:32 +02:00
parent d79c291850
commit 186e8ee384
2 changed files with 2 additions and 2 deletions

View File

@ -944,7 +944,7 @@ namespace NadekoBot.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to You are not in voice channel on this server.. /// Looks up a localized string similar to You are not in a voice channel on this server..
/// </summary> /// </summary>
public static string administration_not_in_voice { public static string administration_not_in_voice {
get { get {

View File

@ -2441,7 +2441,7 @@ Owner ID: {2}</value>
<value>{0} is a Game Voice Channel now.</value> <value>{0} is a Game Voice Channel now.</value>
</data> </data>
<data name="administration_not_in_voice" xml:space="preserve"> <data name="administration_not_in_voice" xml:space="preserve">
<value>You are not in voice channel on this server.</value> <value>You are not in a voice channel on this server.</value>
</data> </data>
<data name="gambling_item" xml:space="preserve"> <data name="gambling_item" xml:space="preserve">
<value>Item</value> <value>Item</value>