|
@@ -635,7 +635,7 @@ class KMPDFEditViewController: KMPDFThumbViewBaseController {
|
|
|
|
|
|
let subMenu = NSMenu()
|
|
|
subMenu.addItem(withTitle: NSLocalizedString("Insert File", comment: ""), action: #selector(insertPageItemAction), target: self, tag:0)
|
|
|
- subMenu.addItem(withTitle: NSLocalizedString("Insert a blank page", comment: ""), action: #selector(insertPageItemAction), target: self, tag:1)
|
|
|
+ subMenu.addItem(withTitle: NSLocalizedString("Insert a Blank Page", comment: ""), action: #selector(insertPageItemAction), target: self, tag:1)
|
|
|
subMenu.addItem(withTitle: NSLocalizedString("Insert Custom Page", comment: ""), action: #selector(insertPageItemAction), target: self, tag:2)
|
|
|
item_?.submenu = subMenu
|
|
|
}
|