Browse Source

文案 - 引导文案调整

wanjun 1 year ago
parent
commit
c6712ebbd8

+ 1 - 1
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/AnnotationProperty/KMPropertiesViewPopController.m

@@ -69,7 +69,7 @@
     
     self.view.layer.backgroundColor = [NSColor grayColor].CGColor;
     self.titleLabel.stringValue = NSLocalizedString(@"Customize colors", nil);
-    self.titlesubLabel.stringValue = NSLocalizedString(@"Right click a color and select “Change Color...“.", nil);
+    self.titlesubLabel.stringValue = NSLocalizedString(@"Right click a color and select \"Change Color...\".", nil);
     [self.closeBtn setTitle:NSLocalizedString(@"Close", nil)];
     self.closeBtn.wantsLayer = YES;
     self.closeBtn.layer.cornerRadius = 1.0;