Browse Source

阅读页 - Page Edit - 悬浮文案没补(已修复)

tangchao 1 year ago
parent
commit
48345808f8

+ 1 - 1
PDF Office/PDF Master/Class/PDFWindowController/Toolbar/KMToolbarViewController.swift

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

+ 2 - 1
PDF Office/PDF Master/Strings/en.lproj/Localizable.strings

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