Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-08-07 18:44:28 +0000
committerDarin Wright2003-08-07 18:44:28 +0000
commitc89741f2c7516db5a13b9d9b420eed62bfa25287 (patch)
treef24b3f3fffb2a04a9fa6b5c40cfac94ecc99138f /org.eclipse.debug.ui/ui
parent7c8049615a7ab7fb11c0354d156a832017d43683 (diff)
downloadeclipse.platform.debug-c89741f2c7516db5a13b9d9b420eed62bfa25287.tar.gz
eclipse.platform.debug-c89741f2c7516db5a13b9d9b420eed62bfa25287.tar.xz
eclipse.platform.debug-c89741f2c7516db5a13b9d9b420eed62bfa25287.zip
bug 41290 - Typo: "persepctive" in launch configurations window
Diffstat (limited to 'org.eclipse.debug.ui/ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
index e595ca760..dc23534f5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
@@ -102,7 +102,7 @@ EnvironmentTab.11=Edit Environment Variable
EnvironmentTab.12=Overwrite variable?
EnvironmentTab.13=A variable named {0} already exists. Overwrite?
-PerspectivesTab.0=These settings control perspective switching when a {0} configuration is launched. A different perspective may be associated with each supported launch mode. To indicate that a persepctive switch should not occur, select "None".
+PerspectivesTab.0=These settings control perspective switching when a {0} configuration is launched. A different perspective may be associated with each supported launch mode. To indicate that a perspective switch should not occur, select "None".
PerspectivesTab.1=None
PerspectivesTab.2={0}:
PerspectivesTab.3=R&estore Defaults

Back to the top