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> /// </summary>
[TypeConverter(typeof(SizeConverter))] [TypeConverter(typeof(SizeConverter))]
[LocalizedCategory(typeof(Properties.Resources), "categoryExport")] [LocalizedCategory(typeof(Properties.Resources), "categoryExport")]
[LocalizedDisplayName(typeof(Properties.Resources), "displayResoulution")] [LocalizedDisplayName(typeof(Properties.Resources), "displayResolution")]
[LocalizedDescription(typeof(Properties.Resources), "descResolution")] [LocalizedDescription(typeof(Properties.Resources), "descResolution")]
public Size Resolution { get => Exporter.Resolution; } public Size Resolution { get => Exporter.Resolution; }