|
@@ -76,7 +76,7 @@ class KMWinBackWindowController: KMBaseWindowController {
|
|
|
titleLabel.stringValue = NSLocalizedString("PDF Reader Pro", comment: "")
|
|
|
titleLabel.font = .SFProTextRegularFont(20)
|
|
|
|
|
|
- despView_.titleLabel.stringValue = NSLocalizedString("PDF Reader Pro Advanced/n - 6 Months Plan", comment: "")
|
|
|
+ despView_.titleLabel.stringValue = NSLocalizedString("PDF Reader Pro Advanced\n - 6 Months Plan", comment: "")
|
|
|
despView_.tipLabel.stringValue = NSLocalizedString("Because you were previously subscribed to PDF Reader Pro, we are now delivering a special offer to you. ", comment: "")
|
|
|
despView_.iconIv.image = NSImage(named: "KMImageNameWinBackDespIcon")
|
|
|
|
|
@@ -263,7 +263,7 @@ class KMWinBackWindowController: KMBaseWindowController {
|
|
|
self.despBox.fillColor = .white
|
|
|
self.despView_.titleLabel.textColor = NSColor(hex: "#0E1114")
|
|
|
|
|
|
- let despAttri = NSMutableAttributedString(string: NSLocalizedString("First 6 months", comment: ""), attributes: [.font : NSFont.SFProTextRegularFont(14), .foregroundColor : NSColor(hex: "#000150")])
|
|
|
+ let despAttri = NSMutableAttributedString(string: NSLocalizedString("First 6 months", comment: "")+" ", attributes: [.font : NSFont.SFProTextRegularFont(14), .foregroundColor : NSColor(hex: "#000150")])
|
|
|
despAttri.append(.init(string: self.displayPriceString_, attributes: [.font : NSFont.SFProTextRegularFont(14), .foregroundColor : NSColor(hex: "#4982E6")]))
|
|
|
let string = ", " + String(format: NSLocalizedString("then %@ for 6 months.", comment: ""), self.origialPrice_)
|
|
|
despAttri.append(.init(string: string, attributes: [.font : NSFont.SFProTextRegularFont(14), .foregroundColor : NSColor(hex: "#000150")]))
|