|
@@ -2750,7 +2750,7 @@ struct KMNMWCFlags {
|
|
|
|
|
|
self.recordIsPDFDocumentEdited()
|
|
|
|
|
|
- _ = KMNCustomAlertView.alertView(message: KMLocalizedString("Header & Footer removed"),
|
|
|
+ _ = KMNCustomAlertView.alertView(message: KMLocalizedString("Header&Footer removed"),
|
|
|
type: .success,
|
|
|
fromView: bottomContendBox,
|
|
|
point:CGPointMake(CGRectGetWidth(bottomContendBox.frame)/2, CGRectGetHeight(bottomContendBox.frame)-28))
|
|
@@ -2849,7 +2849,7 @@ struct KMNMWCFlags {
|
|
|
|
|
|
self.recordIsPDFDocumentEdited()
|
|
|
|
|
|
- _ = KMNCustomAlertView.alertView(message: KMLocalizedString("Bates removed"),
|
|
|
+ _ = KMNCustomAlertView.alertView(message: KMLocalizedString("Bates number removed"),
|
|
|
type: .success,
|
|
|
fromView: bottomContendBox,
|
|
|
point:CGPointMake(CGRectGetWidth(bottomContendBox.frame)/2, CGRectGetHeight(bottomContendBox.frame)-28))
|