فهرست منبع

【权限】截图文案会让人误以为是移除权限,需要修改(已修复)

tangchao 1 سال پیش
والد
کامیت
2be4b73515

+ 1 - 1
PDF Office/PDF Master/Class/PDFTools/Secure/View/KMSecureLimitAlertView.swift

@@ -69,7 +69,7 @@ class KMSecureLimitAlertView: NSView {
         self.deleteButton.target = self
         self.deleteButton.action = #selector(deleteButtonAction)
         
-        self.funcButtonVC?.stringValue = NSLocalizedString("Remove Restrictions", comment: "")
+        self.funcButtonVC?.stringValue = NSLocalizedString("Enter Password", comment: "")
         self.funcButtonVC?.target = self
         self.funcButtonVC?.action = #selector(funcButtonAction)
         self.funcButtonVC?.button(type: .Ghost, size: .m)

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

@@ -372,6 +372,7 @@
 "Permission Password" = "Permission Password";
 "is protected, please enter the password to unlock it." = "is protected, please enter the password to unlock it.";
 "Are you sure you want to remove the security settings for the file?" = "Are you sure you want to remove the security settings for the file?";
+"Enter Password" = "Enter Password";
 
 // MARK: - 水印
 "Remove Watermark" = "Remove Watermark";