Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2011-01-10 16:33:03 +0000
committerDani Megert2011-01-10 16:33:03 +0000
commit1fa60b4996516d04be3941d435f0d11654c8d033 (patch)
treedb4f5fc8a57545c5c679ac0b3f4a33c7deb82236
parentea95e4f4fda1d968ce7f7af0d8b9e3139bebd77c (diff)
downloadeclipse.platform.debug-1fa60b4996516d04be3941d435f0d11654c8d033.tar.gz
eclipse.platform.debug-1fa60b4996516d04be3941d435f0d11654c8d033.tar.xz
eclipse.platform.debug-1fa60b4996516d04be3941d435f0d11654c8d033.zip
Preference labels must not end with a dot.
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties10
1 files changed, 5 insertions, 5 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 f712d8e3a..b77d3941e 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, 2009 IBM Corporation and others.
+# Copyright (c) 2000, 2011 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
@@ -36,13 +36,13 @@ DebugPreferencePage_21=Open the associated perspective when an application suspe
DebugPreferencePage_22=A&lways
DebugPreferencePage_23=&Never
DebugPreferencePage_24=&Prompt
-DebugPreferencePage_25=Skip &breakpoints during a 'Run to Line' operation.
+DebugPreferencePage_25=Skip &breakpoints during a 'Run to Line' operation
DebugPreferencePage_26=A&ctivate the debug view when a breakpoint is hit
DebugPreferencePage_27=Memor&y buffered color:
DebugPreferencePage_28=Changed value bac&kground color:
-DebugPreferencePage_29=&Prompt for confirmation when deleting all breakpoints.
-DebugPreferencePage_30=Prompt for confirmation when deleting breakpoint con&tainers.
-DebugPreferencePage_5=Prompt for confirmation when deleting all e&xpressions.
+DebugPreferencePage_29=&Prompt for confirmation when deleting all breakpoints
+DebugPreferencePage_30=Prompt for confirmation when deleting breakpoint con&tainers
+DebugPreferencePage_5=Prompt for confirmation when deleting all e&xpressions
LaunchingPreferencePage_1=&Build (if required) before launching
LaunchingPreferencePage_2=Save required dirty editors before launching

Back to the top