Fixed label capitalisation

This commit is contained in:
a flock of birds 2024-06-01 12:44:53 +01:00
parent 3c9e4b760c
commit c0e63b1a40
21 changed files with 72 additions and 71 deletions

View file

@ -2,7 +2,7 @@
<Defs>
<GeneDef>
<defName>rjw_genes_female_only</defName>
<label>Female</label>
<label>female</label>
<displayCategory>rjw_genes_gender</displayCategory>
<description>This Xenotype only has females.</description>
<biostatCpx>0</biostatCpx>
@ -26,7 +26,7 @@
<GeneDef>
<defName>rjw_genes_male_only</defName>
<displayCategory>rjw_genes_gender</displayCategory>
<label>Male</label>
<label>male</label>
<description>This Xenotype only has males.</description>
<biostatCpx>0</biostatCpx>
<iconPath>Genes/Icons/Male_Only</iconPath>
@ -50,7 +50,7 @@
<GeneDef>
<defName>rjw_genes_gender_fluid</defName>
<displayCategory>rjw_genes_gender</displayCategory>
<label>Gender Fluid</label>
<label>genderfluid</label>
<description>Everyday carriers of this gene might change their biological sex.</description>
<biostatCpx>0</biostatCpx>
<iconPath>Genes/Icons/Futa</iconPath>