|
@@ -27,10 +27,10 @@ class KMRemovePasswordResultTipView: NSView {
|
|
|
myResult = newValue
|
|
|
|
|
|
if myResult == .success {
|
|
|
- label.stringValue = NSLocalizedString("Successfully delete security settings.", comment: "")
|
|
|
+ label.stringValue = NSLocalizedString("The file has been successfully decrypted.", comment: "")
|
|
|
iconImageView.image = NSImage(named: "KMImageNameNewTipSelected")
|
|
|
} else {
|
|
|
- label.stringValue = NSLocalizedString("Failed to delete security settings.", comment: "")
|
|
|
+ label.stringValue = NSLocalizedString("Decryption failed with unknown error.", comment: "")
|
|
|
iconImageView.image = NSImage(named: "KMImageNameSecureTipFailure")
|
|
|
}
|
|
|
}
|