瀏覽代碼

【综合】多语代码处理

niehaoyu 11 月之前
父節點
當前提交
da7ab29bc4

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

@@ -760,7 +760,7 @@ static KMVerificationWindowController *_currentWindowController = nil;
         tAppVersion = [[NSBundle mainBundle] objectForInfoDictionaryKey:(NSString *)kCFBundleVersionKey];
     }
     
-    NSString* subjects = [[self getAppNameForSupportEmail] stringByAppendingFormat:NSLocalizedString(@" - %@;Verification Feedback;%@", nil) ,tAppVersion,versionString];·
+    NSString* subjects = [[self getAppNameForSupportEmail] stringByAppendingFormat:NSLocalizedString(@" - %@;Verification Feedback;%@", nil) ,tAppVersion,versionString];
     [KMMailHelper newEmailWithContacts:@"support@pdfreaderpro.com" andSubjects:subjects];
 }