소스 검색

【会员系统】文案显示问题

wangshuai 2 일 전
부모
커밋
1cb6e20907
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationMessageViewController.m

+ 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)];
+    tTips = [NSString stringWithFormat:@"%@", NSLocalizedString(@"Subscribe to All Access Pack to enjoy more expanded features.", nil)];
 #endif
 
     self.button.toolTip = tTips;