Add new preview position: tooltip
This commit is contained in:
Generated
+9
@@ -2444,6 +2444,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Tooltip.
|
||||
/// </summary>
|
||||
internal static string Options_Preview_Tooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Preview_Tooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Top.
|
||||
/// </summary>
|
||||
|
||||
@@ -1072,4 +1072,7 @@
|
||||
<data name="Options_Preview_Header" xml:space="preserve">
|
||||
<value>Text Preview:</value>
|
||||
</data>
|
||||
<data name="Options_Preview_Tooltip" xml:space="preserve">
|
||||
<value>Tooltip</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user