tmf : Add latency scatter graph view for the pattern analysis
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.ui / src / org / eclipse / tracecompass / internal / tmf / analysis / xml / ui / module / Messages.java
index 732ab3120d52cad657aaa30766c511e0a57969c0..635308645d32f214a5f2485f1dadf1181c2766e0 100644 (file)
@@ -19,6 +19,8 @@ public class Messages extends NLS {
     private static final String BUNDLE_NAME = "org.eclipse.tracecompass.internal.tmf.analysis.xml.ui.module.messages"; //$NON-NLS-1$
     /** Latency table */
     public static String TmfXmlAnalysisOutputSource_LatencyTable;
+    /** Scatter graph title */
+    public static String TmfXmlAnalysisOutputSource_ScatterGraphTitle;
 
     static {
         // initialize resource bundle
This page took 0.025778 seconds and 5 git commands to generate.