Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-01-05 15:34:11 +0000
committerDarin Wright2007-01-05 15:34:11 +0000
commitd7ecce6bc1b0c674c65963d442301aaa7300897a (patch)
tree502fc8ca276cc97f7f1c4e19a18bf50d2e213d19 /org.eclipse.debug.ui
parented3cf14b2075a8a093a05276f20faeb27092bd06 (diff)
downloadeclipse.platform.debug-d7ecce6bc1b0c674c65963d442301aaa7300897a.tar.gz
eclipse.platform.debug-d7ecce6bc1b0c674c65963d442301aaa7300897a.tar.xz
eclipse.platform.debug-d7ecce6bc1b0c674c65963d442301aaa7300897a.zip
Bug 167031 Switching perspectives based on launch delegates
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
index 617e43856..0cda21b10 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
@@ -112,7 +112,7 @@ ViewManagementPreferencePage_3=Do &not automatically open/close views which have
ViewManagementPreferencePage_4=The list of views that have been manually opened/closed is persisted between sessions.
ViewManagementPreferencePage_5=&Reset
PerspectivePreferencePage_0=These settings control perspectives for running and debugging. A perspective can automatically open when launching or when an application suspends.
-PerspectivePreferencePage_1=Appli&cation types:
+PerspectivePreferencePage_1=Appli&cation Types/Launchers:
PerspectivePreferencePage_2=Modes/Perspec&tives:
PerspectivePreferencePage_4=None
PerspectivePreferencePage_5=These settings assign perspectives to each application type or launcher and launch mode set. Select "None" to indicate that a perspective should not be opened.

Back to the top