@@ -547,7 +547,7 @@ extension KMToolbarViewController : KMNewToolbarDelegate,NSToolbarItemValidation
item?.titleName = NSLocalizedString("Page Edit", comment: "")
item?.target = self
item?.isMainTool = true
- item?.toolTip = NSLocalizedString("Page Edit", comment: "")
+ item?.toolTip = NSLocalizedString("PDF Page Editor: rotate, delete, paste, copy, and cut pages", comment: "")
item?.btnTag = KMToolbarViewType.Page.rawValue
item?.btnAction = #selector(leftControllButtonAction)
let menuItem = NSMenuItem.init(title: item?.titleName, action: #selector(leftControllButtonAction), target: self)
@@ -177,8 +177,9 @@
"Add Table" = "Add Table";
"Hide" = "Hide";
-// MARK: 页面编辑
+// MARK: - 页面编辑
+"PDF Page Editor: rotate, delete, paste, copy, and cut pages" = "PDF Page Editor: rotate, delete, paste, copy, and cut pages";
"Rotate Left" = "Rotate Left";
"Rotate Right" = "Rotate Right";
"Insert" = "Insert";