0892f861cb9f708d720040d6bc497212897ce19f
braney
  Fri Aug 13 10:42:51 2010 -0700
change tooltip for file downloads
diff --git src/hg/lib/hui.c src/hg/lib/hui.c
index 3e15cf1..2b0e081 100644
--- src/hg/lib/hui.c
+++ src/hg/lib/hui.c
@@ -68,7 +68,7 @@
 if(trackDbSetting(tdb, "wgEncode") != NULL)
     {
     struct trackDb *dirKeeper = wgEncodeDownloadDirKeeper(database, tdb, trackHash);
-    printf("<A HREF=\"http://%s/goldenPath/%s/%s/%s/%s\" title='Open downloads directory in a new window' TARGET=ucscDownloads>%s</A>",
+    printf("<A HREF=\"http://%s/goldenPath/%s/%s/%s/%s\" title='Download file' TARGET=ucscDownloads>%s</A>",
             hDownloadsServer(),
             trackDbSettingOrDefault(dirKeeper, "origAssembly",database),
             ENCODE_DCC_DOWNLOADS, dirKeeper->table, name, name);