Fixed x symbol not showing

This commit is contained in:
Niels Laute
2020-11-08 22:08:56 +01:00
parent 9ffbc0f08c
commit 3e874f8bb2
4 changed files with 35 additions and 6 deletions

View File

@@ -789,6 +789,15 @@ namespace ImageResizer.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Times Symbol.
/// </summary>
public static string Times_Symbol {
get {
return ResourceManager.GetString("Times_Symbol", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unit.
/// </summary>

View File

@@ -360,6 +360,9 @@
<data name="TiffCompressOption_Zip" xml:space="preserve">
<value>Zip</value>
</data>
<data name="Times_Symbol" xml:space="preserve">
<value>Times Symbol</value>
</data>
<data name="Unit" xml:space="preserve">
<value>Unit</value>
</data>