ec8e394fe288b94187c9258a0aa02a396d7c3ab0
gperez2
  Fri Jun 14 18:41:29 2024 -0700
Switching hgTables buttons and labels to sentence case, refs #25787

diff --git src/hg/hgTables/usage.c src/hg/hgTables/usage.c
index 52306be..87864bd 100644
--- src/hg/hgTables/usage.c
+++ src/hg/hgTables/usage.c
@@ -20,154 +20,154 @@
 else
     {
     return "";
     }
 }
 
 void printMainHelp()
 /* Put up main page help info. */
 {
 hPrintf(
 "This section provides brief line-by-line descriptions of the Table \n"
 "Browser controls. For more information on using this program, see the \n"
 "<A HREF=\"../goldenPath/help/hgTablesHelp.html\" TARGET=_blank>Table \n"
 "Browser User's Guide</A>.\n"
 "        <UL>\n"
-"        <LI><B>clade: </B>Specifies which clade the organism is in.</LI>\n"
+"        <LI><B>Clade: </B>Specifies which clade the organism is in.</LI>\n"
 "        \n"
-"        <LI><B>genome: </B>Specifies which organism data to use.</LI>\n"
+"        <LI><B>Genome: </B>Specifies which organism data to use.</LI>\n"
 "        \n"
-"        <LI><B>assembly: </B>Specifies which version of the organism's genome\n"
+"        <LI><B>Assembly: </B>Specifies which version of the organism's genome\n"
 "        sequence to use.</LI>\n"
 "        \n"
-"        <LI><B>group: </B>Selects the type of tracks to be displayed in \n"
+"        <LI><B>Group: </B>Selects the type of tracks to be displayed in \n"
 "        the <em>track</em> list. The options correspond to the track groupings\n"
 "        shown in the Genome Browser. Select 'All Tracks' for an alphabetical list\n"
 "        of all available tracks in all groups.  Select 'All Tables' to see all tables\n"
 "        including those not associated with a track.</LI>\n"
 "        \n"
-"        <LI><B>database: </B> (with &quot;All Tables&quot; group option) Determines \n"
+"        <LI><B>Database: </B> (with &quot;All Tables&quot; group option) Determines \n"
 "	 which database should be used for options in table menu.</LI>\n"
 "        \n"
-"        <LI><B>track: </B>Selects the annotation track data to work with. This \n"
+"        <LI><B>Track: </B>Selects the annotation track data to work with. This \n"
 "        list displays all tracks belonging to the group specified in the \n"
 "        <em>group</em> list. \n"
 "        Some tracks are not available when the region is set to <em>genome</em> \n"
 "        due to the data provider's restrictions on sharing. </LI>\n"
 "        \n"
-"        <LI><B>table: </B>Selects the SQL table data to use. This list shows \n"
+"        <LI><B>Table: </B>Selects the SQL table data to use. This list shows \n"
 "        all tables associated with the track specified in the <em>track</em> \n"
 "        list. \n"
 "        Some tables may be unavailable due to the data provider's restrictions on sharing.</LI>\n"
 "        \n"
-"        <LI><B>data format description: </B>Displays format information for the \n"
+"        <LI><B>Data format description: </B>Displays format information for the \n"
 "        tables or files associated with the selected track.</LI>\n"
 "        \n"
-"        <LI><B>region: </B>Restricts the query to a\n"
+"        <LI><B>Region: </B>Restricts the query to a\n"
 "        particular chromosome or region.\n"
 "        Select <em>genome</em> to apply the query to the entire genome \n"
 "        (not available for certain tracks with restrictions on data sharing).\n"
 "        In some Human assemblies, you may select <em>ENCODE</em> to examine only the \n"
 "        ENCODE Pilot regions.\n"
 "        To limit the query to a specific position, type a \n"
 "        chromosome name, e.g. <em>chrX</em>, or a chromosome coordinate \n"
 "        range, such as chrX:100000-200000, or a gene name or other id in \n"
 "        the text box.\n"
 "        You can select multiple genomic regions by clicking the &quot;define regions&quot; \n"
 "        button and entering up to 1,000 regions in a 3- or 4-field <a \n"
 "		 href=\"../FAQ/FAQformat.html#format1\">BED</a> file \n"
 "		 format.</LI>\n"
 "        \n"
-"        <LI><B>lookup:</B> Press this button after typing in a gene name or \n"
+"        <LI><B>Lookup:</B> Press this button after typing in a gene name or \n"
 "        other id in the position text box to look up the chromosome position</LI>\n"
 "        \n"
-"        <LI><B>identifiers</B> (selected tracks only)<B>: </B>Restricts the \n"
+"        <LI><B>Identifiers</B> (selected tracks only)<B>: </B>Restricts the \n"
 "        output to table data that match a list of identifiers, for\n"
 "        instance RefSeq accessions for the RefSeq track. If no identifiers \n"
 "        are entered, all table data within the specified region will be \n"
 "        displayed.</LI>\n"
 "        \n"
-"        <LI><B>filter: </B>Restricts the query to only those items that\n"
+"        <LI><B>Filter: </B>Restricts the query to only those items that\n"
 "        match certain criteria, e.g. genes with a single exon. Click the \n"
 "        <em>Create</em> button to add a filter, the <em>Edit</em> button to \n"
 "        modify an existing filter, or the <em>Clear</em> button to remove an \n"
 "        existing filter.</LI>\n"
 "        \n"
-"        <LI><B>intersection </B> (selected tracks only)<B>: </B>Combines the output \n"
+"        <LI><B>Intersection </B> (selected tracks only)<B>: </B>Combines the output \n"
 "	 of two queries into a \n"
 "        single set of data based on specific join criteria. For example, this \n"
 "        can be used to find all SNPs that intersect with RefSeq coding \n"
 "        regions. The intersection can be configured to retain the \n"
 "        existing alignment structure of the table with a specified amount of \n"
 "        overlap, or discard the structure in favor of a simple list of position\n"
 "        ranges using a base-pair intersection or union of the two data sets. \n"
 "        The button functionalities are similar to those of the <em>filter</em>\n"
 "        option.</LI> \n"
-"        <LI><B>output: </B>Specifies the output format (not all options are \n"
+"        <LI><B>Output: </B>Specifies the output format (not all options are \n"
 "        available for some tracks). Formats include:\n"
 "        <UL>\n"
-"        <LI><em><B>all fields from selected table</B></em> - data from the selected table\n"
+"        <LI><em><B>All fields from selected table</B></em> - data from the selected table\n"
 "        displayed in a tab-separated format suitable \n"
 "        for import into spreadsheets and relational databases. The ASCII \n"
 "        format may be read in any web browser or text editor.</LI>\n"
-"        <LI><em><B>selected fields from primary and related tables</B></em> - user-selected \n"
+"        <LI><em><B>Selected fields from primary and related tables</B></em> - user-selected \n"
 "        set of tab-separated fields \n"
 "        from the selected table and (optionally) other related tables as well. </LI>\n"
-"        <LI><em><B>sequence</B></em> - DNA (or protein sequence, in some cases) \n"
+"        <LI><em><B>Sequence</B></em> - DNA (or protein sequence, in some cases) \n"
 "        associated with the table.</LI>\n"
 "        <LI><em><B>BED</B></em> - positions of data items in a standard UCSC Browser \n"
 "        format with the <A HREF=\"../FAQ/FAQdownloads.html#download34\">name</A> \n"
 "        column containing exon information separated by underscores.</LI>\n"
 "        \n"
 "        <LI><em><B>GTF</B></em> - positions of all data items in a\n"
 "	 <A HREF=\"../FAQ/FAQdownloads.html#download37\">limited gene transfer format</A> \n"
 "        (both BED and GTF formats can be used as the basis for custom tracks).</LI>\n"
 "        \n"
 "        <LI><em><B>CDS FASTA alignment from multiple alignment</B></em> \n"
 "        - FASTA alignments of the CDS regions of a gene prediction track \n"
 "        using any of the multiple alignment tracks for the current database. \n"
 "        Output sequence can be in either nucleotide-space or translated to \n"
 "        protein-space. Available only for genePred tracks.</LI>\n"
 "        \n"
-"        <LI><em><B>custom track</B></em> -  customized Genome Browser annotation  \n"
+"        <LI><em><B>Custom track</B></em> -  customized Genome Browser annotation  \n"
 "        track based on the results of the query.</LI>\n"
 "        \n"
-"        <LI><em><B>hyperlinks to Genome Browser</B></em> -  returns a page full of\n"
+"        <LI><em><B>Hyperlinks to Genome Browser</B></em> -  returns a page full of\n"
 "        hyperlinks to the UCSC Genome Browser, one for each item in the table.</LI>\n"
 "        \n"
-"        <LI><em><B>data points</B></em> -  the data points that make up a graph \n"
+"        <LI><em><B>Data points</B></em> -  the data points that make up a graph \n"
 "	 (aka wiggle) track.</LI>\n"
 "        \n"
 "        <LI><em><B>MAF</B></em> - multiple alignments in MAF format</LI>\n"
 "        \n"
 "        </UL>\n"
 "        Note that all start-end coordinate ranges are returned in UCSC's internal zero-based/half-open format, see our "
 "        <a href='https://genome.ucsc.edu/FAQ/FAQtracks.html#tracks1'>FAQ</a>, with the exception of the formats GTF, data points (aka \"wiggle\") "
 "        and hyperlinks, which are one-based/closed."
 "        </LI>\n"
 "        \n"
 "        <LI><B>Send output to Galaxy:</B> displays results of query in \n"
 "        <A HREF=\""GALAXY_URL_BASE"\">Galaxy</A>, a framework for \n"
 "        interactive genome analysis.</LI>\n"
 "        <LI><B>Send output to GREAT:</B> displays the functional enrichments of the \n"
 "        query results in <A HREF=\"http://great.stanford.edu\">GREAT</A>, a tool for\n"
 "        analysis of the biological function of cis-regulatory regions.</LI>\n"
 "%s"
-"        <LI><B>file type returned: </B>When a filename is entered in the \n"
+"        <LI><B>File type returned: </B>When a filename is entered in the \n"
 "	 &quot;output file&quot; text box, specifies the format of the output file:\n"
 "        <UL>\n"
-"        <LI><em><B>plain text</B></em> - data is in ASCII format</LI>\n"
+"        <LI><em><B>Plain text</B></em> - data is in ASCII format</LI>\n"
 "        \n"
-"        <LI><em><B>gzip compressed</B></em> - data is compressed in gzip format</LI>\n"
+"        <LI><em><B>Gzip compressed</B></em> - data is compressed in gzip format</LI>\n"
 "        \n"
 "        </UL>\n"
 "        </LI>\n"
-"        <LI><B>get output: </B>Submits a data query based on the specified \n"
+"        <LI><B>Get output: </B>Submits a data query based on the specified \n"
 "        parameters and returns the output.</LI>\n"
 "        \n"
-"        <LI><B>summary/statistics: </B>Displays statistics about the data \n"
+"        <LI><B>Summary/statistics: </B>Displays statistics about the data \n"
 "        specified by the parameters.</LI>\n"
 "        \n"
 "        </UL>\n"
 , getGenomeSpaceText()
 );
 }