Archived
1

Added English localization

This commit is contained in:
Kim Wittenburg
2015-09-15 15:26:35 +02:00
committed by Kim Wittenburg
parent e287a935b1
commit 2b668967e2
3 changed files with 27 additions and 9 deletions

View File

@@ -883,7 +883,7 @@ CA
<real key="value" value="450"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="number" keyPath="height">
<real key="value" value="200"/>
<real key="value" value="222"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</view>

View File

@@ -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 {