|
@@ -478,7 +478,7 @@
|
|
|
else if (annotationMode == CAnnotationTypeCircle)
|
|
|
title = NSLocalizedString(@"Circle", @"Description for export");
|
|
|
else if (annotationMode == CAnnotationTypeSquare)
|
|
|
- title = NSLocalizedString(@"Shape", @"Description for export");
|
|
|
+ title = NSLocalizedString(@"Rectangle", @"Description for export");
|
|
|
else if (annotationMode == CAnnotationTypeHighlight) {
|
|
|
title = NSLocalizedString(@"Highlight", @"Description for export");
|
|
|
if (_annotations.count > 1)
|
|
@@ -496,7 +496,7 @@
|
|
|
else if (annotationMode == CAnnotationTypeArrow)
|
|
|
title = NSLocalizedString(@"Arrow", @"Description for export");
|
|
|
else if (annotationMode == CAnnotationTypeInk || annotationMode == CAnnotationTypeEraser)
|
|
|
- title = NSLocalizedString(@"Pen", @"Description for export");
|
|
|
+ title = NSLocalizedString(@"Freehand", @"Description for export");
|
|
|
else if (annotationMode == CAnnotationTypeAnchored)
|
|
|
title = NSLocalizedString(@"Note", @"Description for export");
|
|
|
else if (annotationMode == CAnnotationTypeLink)
|