Skip to content

Commit

Permalink
Merge pull request #823 from googlefonts/davelab6-fix-821
Browse files Browse the repository at this point in the history
Update fontbakery-check-ttf.py
  • Loading branch information
felipesanches authored Jul 7, 2016
2 parents 9222a12 + 87aeda5 commit 5c98bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fontbakery-check-ttf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ def is_valid_version_format(value):
fb.ok('Version format in NAME table is correct.')
else:
fb.error(('The NAMEID_VERSION_STRING (nameID={}) value must follow '
'the pattern Version X.Y.'
'the pattern Version X.Y between 1.000 and 9.999.'
' Current value: {}').format(NAMEID_VERSION_STRING,
version_string))

Expand Down

0 comments on commit 5c98bcc

Please sign in to comment.