|
@@ -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
|