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>
|
||||
|
||||
Reference in New Issue
Block a user