Browse Source

【fix】【内容编辑】文本预设样式 文案拼写错误 & 这里需要多语言么?

TangChao 7 months ago
parent
commit
0f1da019ed

+ 1 - 1
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/EditPDF/Manager/KMEditPDFTextManager.swift

@@ -47,7 +47,7 @@ enum KMEditPDFTextFontType: String, CaseIterable {
     case h3 = "H3 Subtitle"
     case b1 = "B1 Text"
     case b2 = "B2 Small Text"
-    case b3 = "B3 Describtion"
+    case b3 = "B3 Description"
     
     static func allValues() -> [String] {
         var array: [String] = []