feat(mac): minor text change and filename change

This commit is contained in:
Shawn Schantz 2026-09-03 09:24:47 -04:00
parent ab30341f59
commit dc3c1bce95
5 changed files with 2 additions and 2 deletions

View file

@ -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."
}
}
}

View 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):