From 47b42c8067d8abd1c82ebb85092b14c0f95a1a3a Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Mon, 26 Mar 2018 21:27:05 -0400 Subject: [PATCH] Changes name for 'complete' variations to not be abbreviated with 'C' --- font-patcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-patcher b/font-patcher index a5301088eb..95a9634bf2 100755 --- a/font-patcher +++ b/font-patcher @@ -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