Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-02-08 15:13:21 +0000
committerMichael Rennie2006-02-08 15:13:21 +0000
commit9684eb06a45adf799a2045b4e3e97b2b0ee2f725 (patch)
tree75ffcd138bc7c978f9576acd60dbc18e1270f8ff /org.eclipse.debug.ui/plugin.properties
parenta4514a89dc4fe1874e8da1a9c9839b54b417ff88 (diff)
downloadeclipse.platform.debug-9684eb06a45adf799a2045b4e3e97b2b0ee2f725.tar.gz
eclipse.platform.debug-9684eb06a45adf799a2045b4e3e97b2b0ee2f725.tar.xz
eclipse.platform.debug-9684eb06a45adf799a2045b4e3e97b2b0ee2f725.zip
fix for bug 126884
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index bb01198d6..062b6392a 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -136,7 +136,7 @@ LinkRenderingPanesAction.name = Link Memory Rendering Panes
AddRemoveRenderingMenu.name = Add/Remove Rendering
AddRenderingAction.name = Add Rendering
RemoveRenderingAction.name = Remove Rendering
-PerspectivePreferencePage.name = Perspective Switching
+PerspectivePreferencePage.name = Perspectives
LaunchConfigurationsPage.name = Launch Configurations
#string subtitution variables
@@ -166,6 +166,8 @@ DetailPaneWordWrapAction.label=&Wrap Text in Details Pane
DetailPaneWordWrapAction.tooltip=Wrap text in the Details pane
DetailPaneMaxLengthAction.label=&Detail Pane...
DetailPaneMaxLengthAction.tooltip=Configure detail pane settings
+ShowColumns.label=&Show Columns
+ShowColumns.tooltip=Show/Hide Columns
Context.debugging.description= Debugging Programs
Context.debugging.name= Debugging

Back to the top