fdd22ab26c30d2cfbb0a2578e539b5b54b9f4c19 gperez2 Thu Jan 22 17:30:46 2026 -0800 Updating the custom track configuration text, refs #35492 diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c index c622774dd07..5a3b9e78654 100644 --- src/hg/hgCustom/hgCustom.c +++ src/hg/hgCustom/hgCustom.c @@ -256,31 +256,31 @@ /* first rows for update form are for track and browser line entry */ if (isUpdateForm) { /* row for instructions */ cgiSimpleTableRowStart(); cgiSimpleTableFieldStart(); if (dataUrl) { printf( "" "The custom track was loaded from a URL. To update it:
" "1. Go to My Data > Custom Tracks.
" "2. In the Update column, select the checkbox next to custom tracks that you want to update.
" "3. Click the Update button at the top of the column to reload the data.\n

", cartSessionId(cart)); - puts("Current custom track configuration (changes you make here will be lost when you update the track):"); + puts("Current custom track configuration (changes made here will be lost when the track is updated):"); } else { puts("Edit configuration:"); } cgiTableFieldEnd(); cgiTableField(" "); puts(""); if (warnOnly) { cgiMakeButtonWithOnClick("ContinueWithWarn", "Continue with Warning", NULL, "return submitClick(this);"); printf(" "); jsInline( "$('textarea').change(function() {\n" " $('#ContinueWithWarn').hide();\n"