|
@@ -103,7 +103,7 @@ extension KMMergeWindowController {
|
|
|
|
|
|
if KMPurchaseManager.manager.state == .subscription {
|
|
|
openPanel.allowsMultipleSelection = true
|
|
|
- openPanel.message = NSLocalizedString("Select files to merge. To select multiple files press cmd ⌘ button on the keyboard and click on the target files one by one.", comment: "")
|
|
|
+ openPanel.message = NSLocalizedString("Select files to merge. To select multiple files press cmd ⌘ button on keyboard and click on the target files one by one.", comment: "")
|
|
|
} else {
|
|
|
openPanel.allowsMultipleSelection = false
|
|
|
openPanel.message = NSLocalizedString("Select files to merge, only one file can be selected at a time.", comment: "")
|