diff --git a/cluster.cc b/cluster.cc
index d0221445a313c013239bc0e592c191d4674ada7a..6607bb0d17712a61c74905edc390edddfcb62fe5 100644
--- a/cluster.cc
+++ b/cluster.cc
@@ -91,10 +91,10 @@ Option<string> outmean(string("--omean"), string(""),
 		       string("filename for output of mean image"),
 		       false, requires_argument);
 Option<string> transformname(string("-x,--xfm"), string(""),
-		       string("filename for transform of input->talairach volume"),
+		       string("filename for transform of input->standard-space volume"),
 		       false, requires_argument);
 Option<string> talvolname(string("--talvol"), string(""),
-		       string("filename for talairach volume"),
+		       string("filename for standard-space volume"),
 		       false, requires_argument);
 
 
diff --git a/cluster2html b/cluster2html
index ee1dd6a1f3ec03cc234aa73764359464aa794b83..e3d1b098f04ab65d68e40ba548b054f367da5359 100755
--- a/cluster2html
+++ b/cluster2html
@@ -26,7 +26,7 @@ fi
 
 if [ "$2" = "" ] ; then
     echo "<HTML><TITLE>Cluster List</TITLE><BODY BACKGROUND=\"file:${FSLSLASH}$FSLDIR/doc/images/fsl-bg.jpg\">" > $1.html
-    echo "<CENTER><hr>Co-ordinate information for $1 - <A HREF=\"$1_tal.html\">Talairach-space version</A> (if present) - <A HREF=\"report.html\">back</A> to main FEAT report<hr>" >> $1.html
+    echo "<CENTER><hr>Co-ordinate information for $1 - <A HREF=\"$1_tal.html\">Standard-space version</A> (if present) - <A HREF=\"report.html\">back</A> to main FEAT report<hr>" >> $1.html
 
     echo "<H1>Cluster List</H1>" >> $1.html
     echo "<table border=3 cellspacing=3>" >> $1.html
@@ -47,7 +47,7 @@ if [ "$2" = "" ] ; then
 
     echo "</BODY></HTML>" >> $1.html
 else
-    echo "<HTML><TITLE>Talairach-Space Cluster List</TITLE><BODY BACKGROUND=\"file:${FSLSLASH}$FSLDIR/doc/images/fsl-bg.jpg\">" > $1_tal.html
+    echo "<HTML><TITLE>Standard-Space Cluster List</TITLE><BODY BACKGROUND=\"file:${FSLSLASH}$FSLDIR/doc/images/fsl-bg.jpg\">" > $1_tal.html
     echo "<CENTER><hr>Co-ordinate information for $1 - " >> $1_tal.html
     if [ -f $1.html ] ; then
 	echo "<A HREF=\"$1.html\">voxel-space version</A> - " >> $1_tal.html