Shuffle entries
This commit is contained in:
Generated
+2
-2
@@ -2472,7 +2472,7 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show only if the text length is greater-than or equal.
|
||||
/// Looks up a localized string similar to Only show if the text length is greater-than or equal.
|
||||
/// </summary>
|
||||
internal static string Options_PreviewMinimum_Description {
|
||||
get {
|
||||
@@ -2490,7 +2490,7 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show only if the text contains special parameter.
|
||||
/// Looks up a localized string similar to Only show if the text contains special parameter.
|
||||
/// </summary>
|
||||
internal static string Options_PreviewOnlyIf_Description {
|
||||
get {
|
||||
|
||||
@@ -1079,13 +1079,13 @@
|
||||
<value>Must contain parameter</value>
|
||||
</data>
|
||||
<data name="Options_PreviewOnlyIf_Description" xml:space="preserve">
|
||||
<value>Show only if the text contains special parameter</value>
|
||||
<value>Only show if the text contains special parameter</value>
|
||||
</data>
|
||||
<data name="Options_PreviewMinimum_Name" xml:space="preserve">
|
||||
<value>Minimum input length</value>
|
||||
</data>
|
||||
<data name="Options_PreviewMinimum_Description" xml:space="preserve">
|
||||
<value>Show only if the text length is greater-than or equal</value>
|
||||
<value>Only show if the text length is greater-than or equal</value>
|
||||
</data>
|
||||
<data name="Options_Preview_Tab" xml:space="preserve">
|
||||
<value>Preview</value>
|
||||
|
||||
Reference in New Issue
Block a user