Skip to content

Commit

Permalink
Fix worktype labels
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiVKlokeNaAndoke committed Oct 22, 2022
1 parent e17cf8c commit d32e71e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified 1.4/Assemblies/AutoPriorities.dll
Binary file not shown.
Binary file modified ConditionalAssemblies/1.4/FluffyWorktabPatch.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public WorkTypeWrapper(WorkTypeDef workTypeDef)

public int RelevantSkillsCount => workTypeDef.relevantSkills.Count;

public string LabelShort => workTypeDef.labelShort;
public string LabelShort => workTypeDef.labelShort.CapitalizeFirst();

#endregion
}
Expand Down

0 comments on commit d32e71e

Please sign in to comment.