Update the title of the old flow rules

Change-Id: I43969de870369fa6b81c95b34b34edf61fca9950
diff --git a/TestON/JenkinsFile/scripts/SCPFLineGraph.R b/TestON/JenkinsFile/scripts/SCPFLineGraph.R
index 93b3060..3f78953 100644
--- a/TestON/JenkinsFile/scripts/SCPFLineGraph.R
+++ b/TestON/JenkinsFile/scripts/SCPFLineGraph.R
@@ -90,7 +90,7 @@
 # Title of graph based on command line args.
 
 title <- args[ graph_title ]
-title <- paste( title, if( args[ old_flow ] == "y" ) "\nWith Old Flow" else "" )
+title <- paste( title, if( args[ old_flow ] == "y" ) "\nWith Eventually Consistent Flow Rule Store" else "" )
 
 print( "Creating graph filename." )