|
@@ -176,7 +176,7 @@ extension NSString {
|
|
|
get {
|
|
|
let comment = "Description for export"
|
|
|
if (self.isEqual(to: "FreeText")) {
|
|
|
- return NSLocalizedString("Text Box", comment: comment) as NSString
|
|
|
+ return NSLocalizedString("Text", comment: comment) as NSString
|
|
|
} else if (self.isEqual(to: "Note")) {
|
|
|
return NSLocalizedString("Anchored Note", comment: comment) as NSString
|
|
|
} else if (self.isEqual(to: "Circle")) {
|