Option to hide chat in battle
This commit is contained in:
Generated
+18
@@ -2021,6 +2021,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide the chat during battles..
|
||||
/// </summary>
|
||||
internal static string Options_HideInBattle_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_HideInBattle_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide during battle.
|
||||
/// </summary>
|
||||
internal static string Options_HideInBattle_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_HideInBattle_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide {0} during loading screens..
|
||||
/// </summary>
|
||||
|
||||
@@ -1033,4 +1033,10 @@
|
||||
<data name="Options_Emote_EmoteTable" xml:space="preserve">
|
||||
<value>Emote</value>
|
||||
</data>
|
||||
<data name="Options_HideInBattle_Name" xml:space="preserve">
|
||||
<value>Hide during battle</value>
|
||||
</data>
|
||||
<data name="Options_HideInBattle_Description" xml:space="preserve">
|
||||
<value>Hide the chat during battles.</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user