Prevent vanilla tooltip for event item and implement #28
This commit is contained in:
Generated
+18
@@ -77,6 +77,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Input is disabled for this tab.
|
||||
/// </summary>
|
||||
internal static string ChatLog_DisabledInput {
|
||||
get {
|
||||
return ResourceManager.GetString("ChatLog_DisabledInput", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide chat.
|
||||
/// </summary>
|
||||
@@ -2525,6 +2534,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Disable input for this channel.
|
||||
/// </summary>
|
||||
internal static string Options_Tabs_NoInput {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Tabs_NoInput", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to <None>.
|
||||
/// </summary>
|
||||
|
||||
@@ -1012,4 +1012,10 @@
|
||||
<data name="Options_Database_Old_Migration" xml:space="preserve">
|
||||
<value>Open migration window</value>
|
||||
</data>
|
||||
<data name="Options_Tabs_NoInput" xml:space="preserve">
|
||||
<value>Disable input for this channel</value>
|
||||
</data>
|
||||
<data name="ChatLog_DisabledInput" xml:space="preserve">
|
||||
<value>Input is disabled for this tab</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user