|
@@ -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;
|