|
@@ -237,9 +237,9 @@
|
|
|
} else if ([annotation isKindOfClass:[CSelfSignAnnotation class]]) {
|
|
|
CSelfSignAnnotation *newAnnotation = (CSelfSignAnnotation *)annotation;
|
|
|
if (newAnnotation.annotationType == CAnnotationTypeSignFalse) {
|
|
|
- self.titleLabel.stringValue = NSLocalizedString(@"Fork", nil);
|
|
|
+ self.titleLabel.stringValue = NSLocalizedString(@"X", nil);
|
|
|
} else if (newAnnotation.annotationType == CAnnotationTypeSignTure) {
|
|
|
- self.titleLabel.stringValue = NSLocalizedString(@"Hook", nil);
|
|
|
+ self.titleLabel.stringValue = NSLocalizedString(@"Check mark", nil);
|
|
|
} else if (newAnnotation.annotationType == CAnnotationTypeSignCircle) {
|
|
|
self.titleLabel.stringValue = NSLocalizedString(@"Rectangle", nil);
|
|
|
} else if (newAnnotation.annotationType == CAnnotationTypeSignLine) {
|
|
@@ -304,9 +304,9 @@
|
|
|
self.contentViewController = vc;
|
|
|
vc.callback = ^(CAnnotationType type) {
|
|
|
if (type == CAnnotationTypeSignFalse) {
|
|
|
- self.titleLabel.stringValue = NSLocalizedString(@"Fork", nil);
|
|
|
+ self.titleLabel.stringValue = NSLocalizedString(@"X", nil);
|
|
|
} else if (type == CAnnotationTypeSignTure) {
|
|
|
- self.titleLabel.stringValue = NSLocalizedString(@"Hook", nil);
|
|
|
+ self.titleLabel.stringValue = NSLocalizedString(@"Check mark", nil);
|
|
|
} else if (type == CAnnotationTypeSignCircle) {
|
|
|
self.titleLabel.stringValue = NSLocalizedString(@"Rectangle", nil);
|
|
|
} else if (type == CAnnotationTypeSignLine) {
|
|
@@ -350,9 +350,9 @@
|
|
|
self.contentViewController = vc;
|
|
|
vc.callBack = ^(CAnnotationType type) {
|
|
|
if (type == CAnnotationTypeSignFalse) {
|
|
|
- self.titleLabel.stringValue = NSLocalizedString(@"Fork", nil);
|
|
|
+ self.titleLabel.stringValue = NSLocalizedString(@"X", nil);
|
|
|
} else if (type == CAnnotationTypeSignTure) {
|
|
|
- self.titleLabel.stringValue = NSLocalizedString(@"Hook", nil);
|
|
|
+ self.titleLabel.stringValue = NSLocalizedString(@"Check mark", nil);
|
|
|
} else if (type == CAnnotationTypeSignCircle) {
|
|
|
self.titleLabel.stringValue = NSLocalizedString(@"Rectangle", nil);
|
|
|
} else if (type == CAnnotationTypeSignLine) {
|
|
@@ -523,9 +523,9 @@
|
|
|
else if (annotationMode == CAnnotationTypeSignCircle)
|
|
|
title = NSLocalizedString(@"Rectangle", @"Description for export");
|
|
|
else if (annotationMode == CAnnotationTypeSignFalse)
|
|
|
- title = NSLocalizedString(@"Fork", nil);
|
|
|
+ title = NSLocalizedString(@"X", nil);
|
|
|
else if (annotationMode == CAnnotationTypeSignTure)
|
|
|
- title = NSLocalizedString(@"Hook", nil);
|
|
|
+ title = NSLocalizedString(@"Check mark", nil);
|
|
|
else if (annotationMode == CAnnotationTypeSignText)
|
|
|
title = NSLocalizedString(@"Text", nil);
|
|
|
else if (annotationMode == CAnnotationTypeSignDate)
|
|
@@ -605,9 +605,9 @@
|
|
|
self.contentViewController = vc;
|
|
|
vc.callBack = ^(CAnnotationType type) {
|
|
|
if (type == CAnnotationTypeSignFalse) {
|
|
|
- self.titleLabel.stringValue = NSLocalizedString(@"Fork", nil);
|
|
|
+ self.titleLabel.stringValue = NSLocalizedString(@"X", nil);
|
|
|
} else if (type == CAnnotationTypeSignTure) {
|
|
|
- self.titleLabel.stringValue = NSLocalizedString(@"Hook", nil);
|
|
|
+ self.titleLabel.stringValue = NSLocalizedString(@"Check mark", nil);
|
|
|
} else if (type == CAnnotationTypeSignCircle) {
|
|
|
self.titleLabel.stringValue = NSLocalizedString(@"Rectangle", nil);
|
|
|
} else if (type == CAnnotationTypeSignLine) {
|