474179cc3e7a28728fa0f7630ad05cad5703e60b rhead Thu Jun 2 20:23:45 2011 -0700 Grammar tweak to OMIM trackUi. diff --git src/hg/hgTrackUi/hgTrackUi.c src/hg/hgTrackUi/hgTrackUi.c index 69d9707..c5f8e14 100644 --- src/hg/hgTrackUi/hgTrackUi.c +++ src/hg/hgTrackUi/hgTrackUi.c @@ -1421,53 +1421,53 @@ { hg17KgIdConfig(tdb); baseColorDrawOptDropDown(cart, tdb); } void omimLocationConfig(struct trackDb *tdb) /* Put up OMIM Location track controls */ { char varName[64]; char *geneLabel; safef(varName, sizeof(varName), "%s.label", tdb->track); geneLabel = cartUsualString(cart, varName, "OMIM ID"); printf("<BR><B>Include Entries of:</B> "); printf("<UL>\n"); printf("<LI>"); -labelMakeCheckBox(tdb, "class1", "Class 1: the disorder is placed on the map based on its association with a gene, but the underlying defect is not known.", TRUE); +labelMakeCheckBox(tdb, "class1", "Class 1: the disorder has been placed on the map based on its association with a gene, but the underlying defect is not known.", TRUE); printf("<LI>"); labelMakeCheckBox(tdb, "class2", "Class 2: the disorder has been placed on the map by linkage; no mutation has been found.", TRUE); printf("<LI>"); labelMakeCheckBox(tdb, "class3", "Class 3: the molecular basis for the disorder is known; a mutation has been found in the gene.", TRUE); printf("<LI>"); labelMakeCheckBox(tdb, "class4", "Class 4: a contiguous gene deletion or duplication syndrome; multiple genes are deleted or duplicated causing the phenotype.", TRUE); printf("<LI>"); labelMakeCheckBox(tdb, "others", "Others: no associated OMIM phenotype class info available.", TRUE); printf("</UL>"); } void omimGene2Config(struct trackDb *tdb) /* Put up OMIM Genes track controls */ { char varName[64]; char *geneLabel; safef(varName, sizeof(varName), "%s.label", tdb->track); geneLabel = cartUsualString(cart, varName, "OMIM ID"); printf("<BR><B>Include Entries of:</B> "); printf("<UL>\n"); printf("<LI>"); -labelMakeCheckBox(tdb, "class1", "Class 1: the disorder is placed on the map based on its association with a gene, but the underlying defect is not known.", TRUE); +labelMakeCheckBox(tdb, "class1", "Class 1: the disorder has been placed on the map based on its association with a gene, but the underlying defect is not known.", TRUE); printf("<LI>"); labelMakeCheckBox(tdb, "class2", "Class 2: the disorder has been placed on the map by linkage; no mutation has been found.", TRUE); printf("<LI>"); labelMakeCheckBox(tdb, "class3", "Class 3: the molecular basis for the disorder is known; a mutation has been found in the gene.", TRUE); printf("<LI>"); labelMakeCheckBox(tdb, "class4", "Class 4: a contiguous gene deletion or duplication syndrome; multiple genes are deleted or duplicated causing the phenotype.", TRUE); printf("<LI>"); labelMakeCheckBox(tdb, "others", "Others: no associated OMIM phenotype class info available.", TRUE); printf("</UL>"); } void omimGeneIdConfig(struct trackDb *tdb) /* Put up gene ID track controls */ { char varName[64];