Browse Source

【合并】首页,合并,文件路径弹窗中缺简中 -- 修复

lizhe 10 months ago
parent
commit
3e1386f749

+ 1 - 1
PDF Office/PDF Master/Class/PDFTools/Merge/MergeNew/KMMergeWindowController.swift

@@ -103,7 +103,7 @@ extension KMMergeWindowController {
 
         if KMPurchaseManager.manager.state == .subscription {
             openPanel.allowsMultipleSelection = true
-            openPanel.message = NSLocalizedString("Select files to merge. To select multiple files press cmd ⌘ button on the keyboard and click on the target files one by one.", comment: "")
+            openPanel.message = NSLocalizedString("Select files to merge. To select multiple files press cmd ⌘ button on keyboard and click on the target files one by one.", comment: "")
         } else {
             openPanel.allowsMultipleSelection = false
             openPanel.message = NSLocalizedString("Select files to merge, only one file can be selected at a time.", comment: "")