diff --git a/debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/preferences/PreferenceMessages.properties b/debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/preferences/PreferenceMessages.properties index 03a5ba7170f..a9226116464 100644 --- a/debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/preferences/PreferenceMessages.properties +++ b/debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/preferences/PreferenceMessages.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2003, 2005 QNX Software Systems and others. +# Copyright (c) 2003, 2007 QNX Software Systems 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 @@ -7,11 +7,12 @@ # # Contributors: # QNX Software Systems - initial API and implementation +# IBM Corporation ############################################################################### MIPreferencePage.0=General settings for GDB MI. MIPreferencePage.1=Communication MIPreferencePage.2=&Debugger timeout (ms): MIPreferencePage.3=&Launch timeout (ms): -MIPreferencePage.4=The valid value range is [{0},{1}]. +MIPreferencePage.4=Value must be an integer between {0} and {1}. MIPreferencePage.6=Automatically refresh modules diff --git a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/preferences/PreferenceMessages.properties b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/preferences/PreferenceMessages.properties index 99377f62f9f..2317c073a0d 100644 --- a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/preferences/PreferenceMessages.properties +++ b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/preferences/PreferenceMessages.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2003, 2006 QNX Software Systems and others. +# Copyright (c) 2003, 2007 QNX Software Systems 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 @@ -7,6 +7,7 @@ # # Contributors: # QNX Software Systems - initial API and implementation +# IBM Corporation ############################################################################### CDebugPreferencePage.Color_of_disassembly_source_lines_1=Color of source lines: @@ -21,7 +22,7 @@ CDebugPreferencePage.9=Default expression format: CDebugPreferencePage.10=Default register format: CDebugPreferencePage.11=Disassembly options CDebugPreferencePage.12=Maximum number of displayed instructions: -CDebugPreferencePage.13=The valid value range is [{0},{1}]. +CDebugPreferencePage.13=Value must be an integer between {0} and {1}. CDebugPreferencePage.14=Binary CDebugPreferencePage.15=Show source files in binaries SourcePreferencePage.0=Common source lookup path settings.