Index: /issm/trunk-jpl/src/m/plot/plot_riftrelvel.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_riftrelvel.m	(revision 13827)
+++ /issm/trunk-jpl/src/m/plot/plot_riftrelvel.m	(revision 13828)
@@ -94,12 +94,15 @@
 	segments=md.rifts.riftstruct(i).segments(:,1:2);
 end
+
+faulttitle=getfieldvalue(options','faulttitle','faults');
+rifttitle=getfieldvalue(options','rifttitle','rifts');
 %legend
 if strcmpi(getfieldvalue(options,'legend','on'),'on'),
 	if isp1 & isp2
-		l=legend([h1,h2,p1,p2],'mesh boundaries','crack tips','faults','rifts');
+		l=legend([h1,h2,p1,p2],'mesh boundaries','crack tips',faulttitle,rifttitle);
 	elseif isp1
-		l=legend([h1,h2,p1],'mesh boundaries','crack tips','faults');
+		l=legend([h1,h2,p1],'mesh boundaries','crack tips',faulttitle);
 	elseif isp2
-		l=legend([h1,h2,p2],'mesh boundaries','crack tips','rifts');
+		l=legend([h1,h2,p2],'mesh boundaries','crack tips',rifttitle);
 	else
 		l=legend([h1,h2],'mesh boundaries','crack tips');
