Update CFV/RV labels
authorBernd Hufmann <bhufmann@gmail.com>
Thu, 24 May 2012 15:40:45 +0000 (11:40 -0400)
committerBernd Hufmann <bhufmann@gmail.com>
Thu, 24 May 2012 15:40:45 +0000 (11:40 -0400)
org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/internal/lttng2/kernel/ui/messages.properties
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/dialogs/TimeGraphLegend.java

index 91d5eca7585f897f6bdd45af519e1aff3c9d2b93..d3f1cef1907287b445b4ace034b39105ab3b7786 100644 (file)
@@ -10,7 +10,7 @@ ControlFlowView_nextProcessActionToolTipText=Select Next Process
 ControlFlowView_previousProcessActionNameText=Previous Process\r
 ControlFlowView_previousProcessActionToolTipText=Select Previous Process\r
 \r
-ControlFlowView_attributeSyscallName=Syscall\r
+ControlFlowView_attributeSyscallName=System Call\r
 \r
 ResourcesView_stateTypeName=Resource\r
 ResourcesView_nextResourceActionNameText=Next Resource\r
index 60055610684f2ca1fe9839acaf2b48eca6ffc33f..57722eac4e84eac9b1ef94ac5cf2d58b605077b5 100644 (file)
@@ -75,7 +75,7 @@ public class TimeGraphLegend extends TitleAreaDialog {
 \r
     private void createStatesGroup(Composite composite) {\r
         Group gs = new Group(composite, SWT.NONE);\r
-        gs.setText(provider.getStateTypeName() + ", " + Messages.TmfTimeLegend_StateTypeName); //$NON-NLS-1$\r
+        gs.setText(provider.getStateTypeName() + " " + Messages.TmfTimeLegend_StateTypeName); //$NON-NLS-1$\r
         GridData gd = new GridData(SWT.FILL, SWT.FILL, true, true);\r
         gs.setLayoutData(gd);\r
 \r
This page took 0.025908 seconds and 5 git commands to generate.