Sfoglia il codice sorgente

【综合】注释 右键-导出注释,文字格式笔记缺简中(已修复)

tangchao 10 mesi fa
parent
commit
1fa2fd1fe6

+ 1 - 1
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/KMLeftSideViewController+Note.swift

@@ -254,7 +254,7 @@ extension KMLeftSideViewController {
         item?.tag = 1
         item = subMenu.addItem(title: NSLocalizedString("PDF Reader Pro Edition Notes", tableName: "", comment: ""), action: #selector(exportAnnotationNotes), target: self)
         item?.tag = 2
-        item = subMenu.addItem(title: NSLocalizedString("Notes as Texts", tableName: "", comment: ""), action: #selector(exportAnnotationNotes), target: self)
+        item = subMenu.addItem(title: NSLocalizedString("Notes as Text", tableName: "", comment: ""), action: #selector(exportAnnotationNotes), target: self)
         item?.tag = 3
         item = subMenu.addItem(title: NSLocalizedString("Notes as RTF", tableName: "", comment: ""), action: #selector(exportAnnotationNotes), target: self)
         item?.tag = 4