Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ay8s authored Aug 28, 2018
1 parent 1a7a541 commit badd490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Localize.swift
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ for file in localizationFiles {
}
} else {
var str = "\(path)/\(file.name).lproj/Localizable.strings:\(masterLocalizationfile.linesNumbers[k]!): "
str += "error: [Missing] \"\(k)\" missing form \(file.name.uppercased()) file"
str += "error: [Missing] \"\(k)\" missing from \(file.name.uppercased()) file"
print(str)
numberOfErrors += 1
}
Expand Down

0 comments on commit badd490

Please sign in to comment.