Skip to content

Commit

Permalink
Update fontbakery-check-ttf.py
Browse files Browse the repository at this point in the history
Fix #821
  • Loading branch information
davelab6 authored Jul 7, 2016
1 parent 9222a12 commit 87aeda5
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 87aeda5

Please sign in to comment.