|
@@ -81,7 +81,6 @@ class KMMemberPromptWC: NSWindowController {
|
|
} else if tipType == .signouting {
|
|
} else if tipType == .signouting {
|
|
title = NSLocalizedString("Hint", tableName: "MemberCenterLocalizable", comment: "")
|
|
title = NSLocalizedString("Hint", tableName: "MemberCenterLocalizable", comment: "")
|
|
subTitle = NSLocalizedString("You have already submitted an account removal request. Please Undo Remove Account before making a purchase.", tableName: "MemberCenterLocalizable", comment: "")
|
|
subTitle = NSLocalizedString("You have already submitted an account removal request. Please Undo Remove Account before making a purchase.", tableName: "MemberCenterLocalizable", comment: "")
|
|
- cance = NSLocalizedString("Cancel", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
|
yes = NSLocalizedString("Undo Remove Account", tableName: "MemberCenterLocalizable", comment: "")
|
|
yes = NSLocalizedString("Undo Remove Account", tableName: "MemberCenterLocalizable", comment: "")
|
|
}
|
|
}
|
|
titleLabel.stringValue = NSLocalizedString(title, tableName: "MemberCenterLocalizable", comment: "")
|
|
titleLabel.stringValue = NSLocalizedString(title, tableName: "MemberCenterLocalizable", comment: "")
|