diff options
author | Darin Wright | 2001-05-22 20:41:39 +0000 |
---|---|---|
committer | Darin Wright | 2001-05-22 20:41:39 +0000 |
commit | 0c080641dfe82cede44c12e672df13fd960c12ea (patch) | |
tree | 1e8ca45aa23f323ac4b2a9b4f4d3d392998b9da8 /org.eclipse.debug.ui/ui | |
parent | c74aba60ecd079fff6576edf38b73763b0322681 (diff) | |
download | eclipse.platform.debug-0c080641dfe82cede44c12e672df13fd960c12ea.tar.gz eclipse.platform.debug-0c080641dfe82cede44c12e672df13fd960c12ea.tar.xz eclipse.platform.debug-0c080641dfe82cede44c12e672df13fd960c12ea.zip |
1GE5KHCv0_110_01
Diffstat (limited to 'org.eclipse.debug.ui/ui')
-rw-r--r-- | org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIResources.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIResources.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIResources.properties index 09ce262dc..f76b144eb 100644 --- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIResources.properties +++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIResources.properties @@ -22,8 +22,8 @@ console_preferences.font=Console font setting: ############################################################## # Debug preference page ############################################################## -debug_preferences.debug=Switch to Debug view when debugging -debug_preferences.run=Switch to Process view when running +debug_preferences.debug=Show debugger when program launched in debug mode +debug_preferences.run=Show debugger when program launched in run mode debug_preferences.console_open=Show console when there is program output ############################################################## @@ -176,8 +176,8 @@ select_all_action.description=Select All show_qualified_action.toolTipText.show=Show qualified names show_qualified_action.toolTipText.hide=Hide qualified names -show_types_action.toolTipText.show=Show types names -show_types_action.toolTipText.hide=Hide types names +show_types_action.toolTipText.show=Show type names +show_types_action.toolTipText.hide=Hide type names step_into_action.text=Step &Into step_into_action.toolTipText=Step into |