|
@@ -1663,7 +1663,7 @@ extension KMToolbarViewController {
|
|
|
item?.boxImagePosition = .imageOnly
|
|
|
item?.btnAction = #selector(changeAnnotationMode)
|
|
|
} else if identifier == KMToolbarSquigglyAnnotationItemIdentifier {
|
|
|
- item?.titleName = NSLocalizedString("", comment: "")
|
|
|
+ item?.titleName = NSLocalizedString("Wavy Line", comment: "")
|
|
|
let imageV = KMNoteTypeImageView()
|
|
|
let color = UserDefaults.standard.PDFListViewColor(forKey: CSquigglyNoteColorKey) ?? .red
|
|
|
item?.image = imageV.noteTypeImage(withType: "squiggly", color: color)
|
|
@@ -1688,7 +1688,7 @@ extension KMToolbarViewController {
|
|
|
item?.boxImagePosition = .imageOnly
|
|
|
item?.btnAction = #selector(changeAnnotationMode)
|
|
|
} else if identifier == KMToolbarEraserAnnotationItemIdentifier {
|
|
|
- item?.titleName = NSLocalizedString("", comment: "")
|
|
|
+ item?.titleName = NSLocalizedString("Eraser", comment: "")
|
|
|
// item?.image = NSImage(named: KMImageNameUXIconSubtoolbarMytoolsPen)
|
|
|
let imageV = KMNoteTypeImageView()
|
|
|
let color = UserDefaults.standard.PDFListViewColor(forKey: CInkNoteColorKey) ?? .red
|