|
@@ -178,7 +178,7 @@ NSPopoverDelegate>
|
|
self.button.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"Upgrade to Pro", nil)];
|
|
self.button.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"Upgrade to Pro", nil)];
|
|
[self.button setTitleColor:[NSColor whiteColor]];
|
|
[self.button setTitleColor:[NSColor whiteColor]];
|
|
self.officeButton.layer.backgroundColor = [NSColor clearColor].CGColor;
|
|
self.officeButton.layer.backgroundColor = [NSColor clearColor].CGColor;
|
|
- self.officeButton.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"PDF To Office", nil)];
|
|
|
|
|
|
+ self.officeButton.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"PDF to Office", nil)];
|
|
[self.officeButton setTitleColor:[NSColor whiteColor]];
|
|
[self.officeButton setTitleColor:[NSColor whiteColor]];
|
|
|
|
|
|
self.aiLabel.stringValue = NSLocalizedStringFromTable(@"Free Use 1-Year AI Tools", @"MemberCenterLocalizable", nil);
|
|
self.aiLabel.stringValue = NSLocalizedStringFromTable(@"Free Use 1-Year AI Tools", @"MemberCenterLocalizable", nil);
|
|
@@ -351,6 +351,12 @@ NSPopoverDelegate>
|
|
}
|
|
}
|
|
} else if (type == KMUserScenarioTypeLite_type11) {
|
|
} else if (type == KMUserScenarioTypeLite_type11) {
|
|
self.button.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"Upgrade", nil)];
|
|
self.button.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"Upgrade", nil)];
|
|
|
|
+ } else if (type == KMUserScenarioTypePro_type3) {
|
|
|
|
+ if([KMMemberInfo shared].vip_status == 2) {
|
|
|
|
+ self.button.title = [NSString stringWithFormat:@" %@ ",NSLocalizedStringFromTable(@"Renew now",@"MemberCenterLocalizable", nil)];
|
|
|
|
+ } else {
|
|
|
|
+ self.button.title = [NSString stringWithFormat:@" %@ ",NSLocalizedString(@"Upgrade", nil)];
|
|
|
|
+ }
|
|
}
|
|
}
|
|
#if !VERSION_FREE
|
|
#if !VERSION_FREE
|
|
BOOL isNoSupportMemberUpgrade = YES;
|
|
BOOL isNoSupportMemberUpgrade = YES;
|