Added English localization
This commit is contained in:
committed by
Kim Wittenburg
parent
e287a935b1
commit
2b668967e2
@@ -31,7 +31,7 @@ internal class GeneralPreferencesViewController: NSViewController {
|
||||
openPanel.canChooseDirectories = true
|
||||
openPanel.canChooseFiles = false
|
||||
openPanel.canCreateDirectories = true
|
||||
openPanel.prompt = NSLocalizedString("Choose…", comment: "Button title prompting the user to choose a directory")
|
||||
openPanel.prompt = NSLocalizedString("Choose…", comment: "Button title in an open dialog prompting the user to choose a directory")
|
||||
openPanel.beginSheetModalForWindow(view.window!) {
|
||||
result in
|
||||
if result == NSModalResponseOK {
|
||||
|
||||
Reference in New Issue
Block a user