Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-05-20 15:32:05 +0000
committerDarin Wright2009-05-20 15:32:05 +0000
commit586ef8f582ba03f2083b4c46d452a6da681b5e6c (patch)
treea7ee464571b12d35ad60ba5a9695fdda5543bee8
parent9017872e64f089267b0076f80425f0b305d40035 (diff)
downloadeclipse.platform.debug-586ef8f582ba03f2083b4c46d452a6da681b5e6c.tar.gz
eclipse.platform.debug-586ef8f582ba03f2083b4c46d452a6da681b5e6c.tar.xz
eclipse.platform.debug-586ef8f582ba03f2083b4c46d452a6da681b5e6c.zip
Bug 276908 - Mnemonic collision on debug preference page
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties4
1 files changed, 2 insertions, 2 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 26eacb8f6..f712d8e3a 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
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2007 IBM Corporation and others.
+# Copyright (c) 2000, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -29,7 +29,7 @@ DebugPreferencePage_1=General Settings for Running and Debugging.
DebugPreferencePage_2=Re&use editor when displaying source code
DebugPreferencePage_3=Activate the workbenc&h when a breakpoint is hit
DebugPreferencePage_0=&Memory unbuffered color:
-DebugPreferencePage_4=&Changed value color:
+DebugPreferencePage_4=Changed &value color:
DebugPreferencePage_10=Si&ze of recently launched applications list:
DebugPreferencePage_11=The size of recently launched applications should be between {0} and {1}
DebugPreferencePage_21=Open the associated perspective when an application suspends

Back to the top