Index: /issm/trunk/src/m/model/plot/plot_BC.m
===================================================================
--- /issm/trunk/src/m/model/plot/plot_BC.m	(revision 8360)
+++ /issm/trunk/src/m/model/plot/plot_BC.m	(revision 8361)
@@ -14,7 +14,7 @@
 [legend_h,object_h,plot_h,text_strings]=legend();
 legend('off');
-text_strings{end+1}='vx boundary';
-text_strings{end+1}='vy dirichlet';
-if h3, text_strings{end+1}='vz dirichlet'; end
+text_strings{end+1}='vx Dirichlet';
+text_strings{end+1}='vy Dirichlet';
+if h3, text_strings{end+1}='vz Dirichlet'; end
 plot_h(end+1)=h1;
 plot_h(end+1)=h2;
