Move preview config to its own tab
This commit is contained in:
Generated
+11
-2
@@ -1689,7 +1689,7 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Command help side.
|
||||
/// Looks up a localized string similar to Command help side (None = off).
|
||||
/// </summary>
|
||||
internal static string Options_CommandHelpSide_Name {
|
||||
get {
|
||||
@@ -2427,7 +2427,7 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Message preview.
|
||||
/// Looks up a localized string similar to Position (None = off).
|
||||
/// </summary>
|
||||
internal static string Options_Preview_Name {
|
||||
get {
|
||||
@@ -2444,6 +2444,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Preview.
|
||||
/// </summary>
|
||||
internal static string Options_Preview_Tab {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Preview_Tab", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Tooltip.
|
||||
/// </summary>
|
||||
|
||||
@@ -389,7 +389,7 @@
|
||||
<value>Right</value>
|
||||
</data>
|
||||
<data name="Options_CommandHelpSide_Name">
|
||||
<value>Command help side</value>
|
||||
<value>Command help side (None = off)</value>
|
||||
</data>
|
||||
<data name="Options_CommandHelpSide_Description">
|
||||
<value>The side of {0} to display help for commands on.</value>
|
||||
@@ -1055,7 +1055,7 @@
|
||||
<value>Displays a preview with special parameter evaluated, like emotes and <item></value>
|
||||
</data>
|
||||
<data name="Options_Preview_Name" xml:space="preserve">
|
||||
<value>Message preview</value>
|
||||
<value>Position (None = off)</value>
|
||||
</data>
|
||||
<data name="Options_Preview_None" xml:space="preserve">
|
||||
<value>None</value>
|
||||
@@ -1087,4 +1087,7 @@
|
||||
<data name="Options_PreviewMinimum_Description" xml:space="preserve">
|
||||
<value>Show only if the text length is greater-than or equal</value>
|
||||
</data>
|
||||
<data name="Options_Preview_Tab" xml:space="preserve">
|
||||
<value>Preview</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user