Index: /issm/trunk/src/c/shared/Numerics/Synchronize.sh
===================================================================
--- /issm/trunk/src/c/shared/Numerics/Synchronize.sh	(revision 6323)
+++ /issm/trunk/src/c/shared/Numerics/Synchronize.sh	(revision 6324)
@@ -115,5 +115,5 @@
 fi
 	cat <<END >> DISP
-		disp(sprintf('   %10s : %s','$(echo $LEVELNAME | awk {'print tolower($1)'})',mat2str(verbose.$(echo $LEVELNAME | awk {'print tolower($1)'}))));
+		disp(sprintf('   %15s : %s','$(echo $LEVELNAME | awk {'print tolower($1)'})',mat2str(verbose.$(echo $LEVELNAME | awk {'print tolower($1)'}))));
 END
 	if [ $i -eq $NUMBEROFLINES ]; then cat <<END >> DISP
Index: /issm/trunk/src/c/shared/Numerics/Verbosity.h
===================================================================
--- /issm/trunk/src/c/shared/Numerics/Verbosity.h	(revision 6323)
+++ /issm/trunk/src/c/shared/Numerics/Verbosity.h	(revision 6324)
@@ -6,5 +6,5 @@
 #define _VERBOSITY_H_
 
-/*List of Verbosity levels (Add your own and Synchronize: must begin with "Verb")*/
+/*List of Verbosity levels (Add your own and Synchronize: must begin with "Verbose")*/
 bool VerboseMProcessor(void);
 bool VerboseModule(void);
Index: /issm/trunk/src/m/classes/verbose.m
===================================================================
--- /issm/trunk/src/m/classes/verbose.m	(revision 6323)
+++ /issm/trunk/src/m/classes/verbose.m	(revision 6324)
@@ -85,11 +85,11 @@
 		%BEGINDISP
 		disp(sprintf('class ''%s''  = ',class(verbose)));
-		disp(sprintf('   %10s : %s','mprocessor',mat2str(verbose.mprocessor)));
-		disp(sprintf('   %10s : %s','module',mat2str(verbose.module)));
-		disp(sprintf('   %10s : %s','solution',mat2str(verbose.solution)));
-		disp(sprintf('   %10s : %s','solver',mat2str(verbose.solver)));
-		disp(sprintf('   %10s : %s','convergence',mat2str(verbose.convergence)));
-		disp(sprintf('   %10s : %s','control',mat2str(verbose.control)));
-		disp(sprintf('   %10s : %s','qmu',mat2str(verbose.qmu)));
+		disp(sprintf('   %15s : %s','mprocessor',mat2str(verbose.mprocessor)));
+		disp(sprintf('   %15s : %s','module',mat2str(verbose.module)));
+		disp(sprintf('   %15s : %s','solution',mat2str(verbose.solution)));
+		disp(sprintf('   %15s : %s','solver',mat2str(verbose.solver)));
+		disp(sprintf('   %15s : %s','convergence',mat2str(verbose.convergence)));
+		disp(sprintf('   %15s : %s','control',mat2str(verbose.control)));
+		disp(sprintf('   %15s : %s','qmu',mat2str(verbose.qmu)));
 		%ENDDISP
 
