# HG changeset patch # User Peter Hofer # Date 1318861841 -7200 # Node ID 3a0a2601137168e1c80c2a63d8cb935ba581ac12 # Parent 97c1d4902e3f1de54eaba0fe4f9bbc2f947bd68f For the entries of the Window menu, uniformly use the window title diff -r 97c1d4902e3f -r 3a0a26011371 src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/Bundle.properties --- a/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/Bundle.properties Mon Oct 17 16:29:11 2011 +0200 +++ b/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/Bundle.properties Mon Oct 17 16:30:41 2011 +0200 @@ -1,4 +1,4 @@ -CTL_BytecodeViewAction=Open BytecodeView Window +CTL_BytecodeViewAction=Bytecode CTL_BytecodeViewTopComponent=Bytecode CTL_SelectBytecodesAction=Select nodes HINT_BytecodeViewTopComponent=Shows the bytecode associated with the displayed graph. diff -r 97c1d4902e3f -r 3a0a26011371 src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/Bundle.properties --- a/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/Bundle.properties Mon Oct 17 16:29:11 2011 +0200 +++ b/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/Bundle.properties Mon Oct 17 16:30:41 2011 +0200 @@ -1,4 +1,4 @@ -CTL_ControlFlowAction=Open ControlFlow Window +CTL_ControlFlowAction=Control Flow CTL_ControlFlowTopComponent=Control Flow HINT_ControlFlowTopComponent=Shows the blocks of the current graph. OpenIDE-Module-Name=ControlFlow diff -r 97c1d4902e3f -r 3a0a26011371 src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/Bundle.properties --- a/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/Bundle.properties Mon Oct 17 16:29:11 2011 +0200 +++ b/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/Bundle.properties Mon Oct 17 16:30:41 2011 +0200 @@ -2,7 +2,7 @@ CTL_OpenGraphAction=View graph CTL_DiffGraphAction=Difference to current graph CTL_RemoveAction=Remove methods -CTL_OutlineAction=Open Outline Window +CTL_OutlineAction=Outline CTL_SaveAsAction=Save selected methods... CTL_SaveAllAction=Save all... CTL_PropertiesAction=Open Properties Window diff -r 97c1d4902e3f -r 3a0a26011371 src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/Bundle.properties --- a/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/Bundle.properties Mon Oct 17 16:29:11 2011 +0200 +++ b/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/Bundle.properties Mon Oct 17 16:30:41 2011 +0200 @@ -1,4 +1,4 @@ -CTL_FilterAction=Open Filter Window +CTL_FilterAction=Filters CTL_MoveFilterUpAction=Move upwards CTL_MoveFilterDownAction=Move downwards CTL_RemoveFilterAction=Remove diff -r 97c1d4902e3f -r 3a0a26011371 src/share/tools/IdealGraphVisualizer/GraphTextEditor/src/com/sun/hotspot/igv/graphtexteditor/Bundle.properties --- a/src/share/tools/IdealGraphVisualizer/GraphTextEditor/src/com/sun/hotspot/igv/graphtexteditor/Bundle.properties Mon Oct 17 16:29:11 2011 +0200 +++ b/src/share/tools/IdealGraphVisualizer/GraphTextEditor/src/com/sun/hotspot/igv/graphtexteditor/Bundle.properties Mon Oct 17 16:30:41 2011 +0200 @@ -1,4 +1,4 @@ -CTL_TextAction=Open Text Window +CTL_TextAction=Text CTL_TextTopComponent=Text HINT_TextTopComponent=Shows a textual representation of the graph. OpenIDE-Module-Name=GraphTextEditor