fix: displayResolution typo

This commit is contained in:
Myssal
2025-04-29 01:10:53 +07:00
parent 33b937da87
commit 244249db2b

View File

@@ -364,7 +364,7 @@ namespace SpineViewer.Spine.SpineExporter
/// </summary>
[TypeConverter(typeof(SizeConverter))]
[LocalizedCategory(typeof(Properties.Resources), "categoryExport")]
[LocalizedDisplayName(typeof(Properties.Resources), "displayResoulution")]
[LocalizedDisplayName(typeof(Properties.Resources), "displayResolution")]
[LocalizedDescription(typeof(Properties.Resources), "descResolution")]
public Size Resolution { get => Exporter.Resolution; }