Skip to content

Commit

Permalink
Changes name for 'complete' variations to not be abbreviated with 'C'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Mar 27, 2018
1 parent bc157cb commit 47b42c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if args.weather:

# if all source glyphs included simplify the name
if args.fontawesome and args.fontawesomeextension and args.octicons and args.powersymbols and args.pomicons and args.powerlineextra and args.fontlinux and args.material and args.weather:
additionalFontNameSuffix = " " + projectNameSingular + " C"
additionalFontNameSuffix = " " + projectNameSingular + " Complete"
verboseAdditionalFontNameSuffix = " " + projectNameSingular + " Complete"

# add mono signifier to end of name
Expand Down

0 comments on commit 47b42c8

Please sign in to comment.