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( "<span style='color:RED'>" "The custom track was loaded from a URL. To update it:<br>" "1. Go to <a href='hgCustom?hgsid=%s'>My Data > Custom Tracks</a>.<br>" "2. In the <b>Update</b> column, select the checkbox next to custom tracks that you want to update.<br>" "3. Click the <b>Update</b> button at the top of the column to reload the data.\n</span><p><p> ", 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("<TD ALIGN='RIGHT'>"); if (warnOnly) { cgiMakeButtonWithOnClick("ContinueWithWarn", "Continue with Warning", NULL, "return submitClick(this);"); printf(" "); jsInline( "$('textarea').change(function() {\n" " $('#ContinueWithWarn').hide();\n"