7bcac88bf54e609870345de1bc3d64c580c2467b
galt
  Fri Aug 15 11:49:58 2014 -0700
fixing wording in genomeSpace upload progress page
diff --git src/hg/hgTables/genomeSpace.c src/hg/hgTables/genomeSpace.c
index 9e6a047..d17534c 100644
--- src/hg/hgTables/genomeSpace.c
+++ src/hg/hgTables/genomeSpace.c
@@ -631,31 +631,31 @@
 char *contentType = "text/plain";  // some examples show applicaton/octet-stream
 
 char *persDir = getGsPersonalDirectory(gsToken);
 char *user = strrchr(persDir,'/');
 ++user;
 
 char nicenumber[1024]="";
 sprintWithGreekByte(nicenumber, sizeof(nicenumber), fSize);
 
 htmlOpen("Uploading Output to GenomeSpace");
 
 printf("Name: %s<br>\n", fileName);
 printf("Size: %s<br>\n", nicenumber);
 printf("Progress: 0%%<br>\n");
 printf("You can remain on this page and monitor upload progress.<br>\n");
-printf("Otherwise, feel free to continue working, and your output will appear in GenomeSpace when you are ready.<br>\n");
+printf("Otherwise, feel free to continue working, and your output will appear in GenomeSpace when the upload is complete.<br>\n");
 printf("<br>\n");
 printf("<FORM ACTION=\"/cgi-bin/hgTables\" METHOD=GET>\n"
         "<INPUT TYPE=SUBMIT NAME=\"%s\" VALUE=\"Back\" >\n"
 	"<INPUT TYPE=SUBMIT NAME=\"Refresh\" VALUE=\"Refresh\" onclick='window.location=window.location;return false;' >"
 	"</FORM>\n"
 	, hgtaDoMainPage);
 puts("<script type=\"text/JavaScript\">");
 puts("<!--");
 puts("setTimeout(\"location = location;\",5000);");
 puts("-->");
 puts("</script>");
 
 htmlClose();
 fflush(stdout);