mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-26 01:27:42 +00:00
feat(mac): minor text change and filename change
This commit is contained in:
parent
ab30341f59
commit
dc3c1bce95
5 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@
|
|||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "new",
|
||||
"value" : "A keyboard in the package has no corresponding KMX file."
|
||||
"value" : "A keyboard in the package has no corresponding .KMX file."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ public enum LoadPackageError: LocalizedError {
|
|||
case .missingKmxFile:
|
||||
let resource = LocalizedStringResource(
|
||||
"keyboard.missing.kmx.file",
|
||||
defaultValue: "A keyboard in the package has no corresponding KMX file.",
|
||||
defaultValue: "A keyboard in the package has no corresponding .KMX file.",
|
||||
bundle: packageBundle)
|
||||
return String(localized: resource)
|
||||
case .insufficientKeymanVersion(let packageName, let requiredKeymanVersion, let actualKeymanVersion):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue