9cfa269e30bc186cd46a58e6d53f9faa61d3fb88 gperez2 Thu Jun 20 14:20:02 2024 -0700 Switching Track search page, Get DNA page, hgBlat, hgSession, hgPcr, and hgCustom buttons to sentence case, refs #25787 diff --git src/hg/inc/customTrack.h src/hg/inc/customTrack.h index a4804fc..8e365e7 100644 --- src/hg/inc/customTrack.h +++ src/hg/inc/customTrack.h @@ -9,31 +9,31 @@ #include "bed.h" #endif #ifndef TRACKDB_H #include "trackDb.h" #endif #include "cart.h" #include "portable.h" #define CT_PREFIX "ct_" #define CT_FILE_VAR_PREFIX "ctfile_" #define CT_DEFAULT_TRACK_NAME "User Track" #define CT_DEFAULT_TRACK_DESCR "User Supplied Track" -#define CT_MANAGE_BUTTON_LABEL "manage custom tracks" +#define CT_MANAGE_BUTTON_LABEL "Manage custom tracks" #define CT_ADD_BUTTON_LABEL "Add custom tracks" /* setting used when creating custom tracks in table browser -- indicates * custom track file in trash has not been through the factory parser */ #define CT_UNPARSED "unparsed" /* TODO: Remove this when hgCustom is ready for release. This cart variable is * only used to preserve old behavior during testing */ struct customTrack /* A custom track. */ /* NOTE: if you add any trash-stored *File members to struct customTrack, please make sure they * appear in the ctfile track line, or add it to stealthFiles in hgSession/sessionData.c. */ { struct customTrack *next; /* Next in list. */