Forráskód Böngészése

【多语】登出文案调整

lizhe 1 éve
szülő
commit
557a71a465

+ 2 - 2
PDF Office/PDF Master/Class/KMLightMember/Manager/KMRequestServerManager.swift

@@ -645,8 +645,8 @@ extension KMRequestServerManager {
                     loginAlert = NSAlert()
                     loginAlert?.messageText = NSLocalizedString("Please Log in again", comment: "")
                     loginAlert?.informativeText = NSLocalizedString("Your account has been logged into another device. If it was not done by you, please change your password as soon as possible.", comment: "")
-                    loginAlert?.addButton(withTitle: NSLocalizedString("登录", comment: ""))
-                    loginAlert?.addButton(withTitle: NSLocalizedString("取消", comment: ""))
+                    loginAlert?.addButton(withTitle: NSLocalizedString("Change Password", comment: ""))
+                    loginAlert?.addButton(withTitle: NSLocalizedString("Cancel", comment: ""))
                     var window = NSApp.mainWindow
                     if NSApp.mainWindow?.sheets.first != nil {
                         window = NSApp.mainWindow?.sheets.first