56d97da433dfe0e26ec12a9818a521665fa3d295 gperez2 Tue Jun 25 14:25:49 2024 -0700 Switching hgSession 'Copy To Clipboard' button to sentence case, #25787 diff --git src/hg/hgSession/hgSession.c src/hg/hgSession/hgSession.c index 5b46b39..c612bbb 100644 --- src/hg/hgSession/hgSession.c +++ src/hg/hgSession/hgSession.c @@ -194,31 +194,31 @@ { dyStringPrintf(dy, " \n", iconId, targetId, buttonLabel); jsOnEventById("click", iconId, "copyToClipboard(event);"); } void printShareMessage(struct dyString *dy, char *userName, char *sessionName, boolean encode) { struct dyString *dyTmp = dyStringNew(0); addSessionLink(dyTmp, userName, sessionName, encode, TRUE); dyStringPrintf(dy, "
You can share this session with the following URL:
%s ",
dyTmp->string);
-printCopyToClipboardButton(dy, "copyIcon", "urlText", " Copy to Clipboard");
+printCopyToClipboardButton(dy, "copyIcon", "urlText", " Copy to clipboard");
dyStringAppend(dy, "