Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIResources.properties8
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

Back to the top