1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

fix for bug 187322 - error message for valid value range can be confusing

This commit is contained in:
Vivian Kong 2007-05-16 17:23:05 +00:00
parent 02790c4592
commit 72e3cde3ea
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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.