ff3dcac9269104df22c3b06fe44556f71bcae0c3
gperez2
  Thu Jun 20 17:30:01 2024 -0700
Switching the Advanced track search page, View chromosomes page, hgConvert, hgCustom, hgGateway, hgLiftOver, hgPcr, hgSession, hgTracks, and hgCustom labels/buttons to sentence case, refs #25787

diff --git src/hg/hgSession/backup.c src/hg/hgSession/backup.c
index dac8813..9f6f1ea 100644
--- src/hg/hgSession/backup.c
+++ src/hg/hgSession/backup.c
@@ -687,31 +687,31 @@
 	}
 
     printf("</table>\n");
 
     }
 
 printf("<br>\n");
 printf("%d custom tracks found.<br>\n", ctCount);
 
 char greek[32];
 sprintWithGreekByte(greek, sizeof(greek), totalDataToDownload);
 printf("Total custom track data to backup: %s ", greek);
 
 if (ctCount > 0)
     {
-    cgiMakeButton(hgsMakeDownloadPrefix, "create custom tracks backup archive");
+    cgiMakeButton(hgsMakeDownloadPrefix, "Create custom tracks backup archive");
     }
 
 printf("<br>\n");
 printf("<br>\n");
 
 }
 
 
 void showDownloadSessionCtData(struct hashEl *downloadList)
 /* Show download page for the given session */
 {
 char query[512];
 char **row = NULL;
 struct sqlResult *sr = NULL;