|
@@ -206,7 +206,7 @@ extension KMResourceDownloadManager {
|
|
|
|
|
|
let alert = NSAlert()
|
|
|
alert.alertStyle = .critical
|
|
|
- alert.messageText = KMLocalizedString("Please DownLoad OCR Package.", comment: "")
|
|
|
+ alert.messageText = KMLocalizedString("Please Download OCR Package.", comment: "")
|
|
|
alert.addButton(withTitle: KMLocalizedString("OK", comment: ""))
|
|
|
alert.addButton(withTitle: KMLocalizedString("Cancel", comment: ""))
|
|
|
alert.beginSheetModal(for: NSWindow.currentWindow()) {[weak self] response in
|