|
@@ -72,10 +72,10 @@ class KMHistoryFileDeleteWindowController: KMBaseWindowController {
|
|
|
if urls.count == indexPaths.count {
|
|
|
deleteOptionsLabel.stringValue = NSLocalizedString("Clear All Recents", comment: "")
|
|
|
} else {
|
|
|
- deleteOptionsLabel.stringValue = NSLocalizedString("Delete selected file from the recents", comment: "")
|
|
|
+ deleteOptionsLabel.stringValue = NSLocalizedString("Remove from Recents", comment: "")
|
|
|
}
|
|
|
|
|
|
- noLongerPromptVC.stringValue = NSLocalizedString("Don't ask again", comment: "")
|
|
|
+ noLongerPromptVC.stringValue = NSLocalizedString("Do not show this message again", comment: "")
|
|
|
cancelVC.stringValue = NSLocalizedString("Cancel", comment: "")
|
|
|
deleteVC.stringValue = NSLocalizedString("Delete", comment: "")
|
|
|
|