Преглед изворни кода

【Cisdem PDFMaster】检测更新文案调整

wanjun пре 7 месеци
родитељ
комит
d736706798
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      PDF Office/PDF Master/AppDelegate.swift

+ 4 - 4
PDF Office/PDF Master/AppDelegate.swift

@@ -656,8 +656,8 @@ class AppDelegate: NSObject, NSApplicationDelegate, iRateDelegate{
                 if let version = wrapper.data["version"] as? String {
                     let alert = NSAlert()
                     alert.alertStyle = .critical
-                    alert.messageText = NSLocalizedString("A new version of Cisdem Duplicate Finder is available!", comment: "")
-                    alert.informativeText = String(format: NSLocalizedString("Cisdem Duplicate Finder %@ is now available---you have %@. Would you like to download it now?", comment: ""), version, KMOEMRequestServerManager.defaultManager.version())
+                    alert.messageText = NSLocalizedString("A new version of Cisdem PDFMaster is available!", comment: "")
+                    alert.informativeText = String(format: NSLocalizedString("Cisdem PDFMaster %@ is now available---you have %@. Would you like to download it now?", comment: ""), version, KMOEMRequestServerManager.defaultManager.version())
                     alert.addButton(withTitle: NSLocalizedString("Yes", comment: ""))
                     alert.addButton(withTitle: NSLocalizedString("Ignore", comment: ""))
                     alert.addButton(withTitle: NSLocalizedString("NO", comment: ""))
@@ -703,8 +703,8 @@ class AppDelegate: NSObject, NSApplicationDelegate, iRateDelegate{
                 if let version = wrapper.data["version"] as? String {
                     let alert = NSAlert()
                     alert.alertStyle = .critical
-                    alert.messageText = NSLocalizedString("A new version of Cisdem Duplicate Finder is available!", comment: "")
-                    alert.informativeText = String(format: NSLocalizedString("Cisdem Duplicate Finder %@ is now available---you have %@. Would you like to download it now?", comment: ""), version, KMOEMRequestServerManager.defaultManager.version())
+                    alert.messageText = NSLocalizedString("A new version of Cisdem PDFMaster is available!", comment: "")
+                    alert.informativeText = String(format: NSLocalizedString("Cisdem PDFMaster %@ is now available---you have %@. Would you like to download it now?", comment: ""), version, KMOEMRequestServerManager.defaultManager.version())
                     alert.addButton(withTitle: NSLocalizedString("Yes", comment: ""))
                     alert.addButton(withTitle: NSLocalizedString("Ignore", comment: ""))
                     alert.addButton(withTitle: NSLocalizedString("NO", comment: ""))