Ver código fonte

【会员系统】免费版本状态栏显示问题

wangshuai 2 dias atrás
pai
commit
d66c996579

+ 1 - 1
PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationMessageViewController.m

@@ -110,7 +110,7 @@ NSPopoverDelegate>
 #if VERSION_DMG
     tTips = @"";
 #else
-    tTips = [NSString stringWithFormat:@"%@\n%@", NSLocalizedString(@"Subscribe to All Access Pack to enjoy more expanded features.", nil), NSLocalizedString(@"Choose your favorite payment and enjoy flexible upgrades.", nil)];
+    tTips = [NSString stringWithFormat:@"%@\n%@", NSLocalizedString(@"Subscribe to All Access Pack to enjoy more expanded features.", nil)];
 #endif
 
     self.button.toolTip = tTips;