mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Bug 437182: Display as array: make error messages match field names
It seems that the fields were previously named "first index" and "last index". Now they are named "start index" and "length". Change-Id: Ic913f3df8b542395a73074f0803875a11fdc8450 Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca> Reviewed-on: https://git.eclipse.org/r/28286 Tested-by: Hudson CI Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> Tested-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
d642797a86
commit
87ffdc164c
1 changed files with 5 additions and 4 deletions
|
@ -9,6 +9,7 @@
|
|||
# QNX Software Systems - initial API and implementation
|
||||
# Freescale Semiconductor - Address watchpoints, https://bugs.eclipse.org/bugs/show_bug.cgi?id=118299
|
||||
# Marc Khouzam (Ericsson) - Added dynamic printf support (400628)
|
||||
# Simon Marchi (Ericsson) - Modified error messages in CastToArrayActionDelegate (437182)
|
||||
###############################################################################
|
||||
|
||||
LoadSymbolsActionDelegate.Unable_to_load_symbols_of_shared_library_1=Unable to load symbols of shared library.
|
||||
|
@ -78,10 +79,10 @@ CastToTypeActionDelegate.3=Unable to cast to type.
|
|||
CastToArrayActionDelegate.0=Display As Array
|
||||
CastToArrayActionDelegate.1=Start index:
|
||||
CastToArrayActionDelegate.2=Length
|
||||
CastToArrayActionDelegate.3=The 'First index' field must not be empty.
|
||||
CastToArrayActionDelegate.4=Invalid first index.
|
||||
CastToArrayActionDelegate.5=The 'Last index' field must not be empty.
|
||||
CastToArrayActionDelegate.6=Invalid last index.
|
||||
CastToArrayActionDelegate.3=The 'Start index' field must not be empty.
|
||||
CastToArrayActionDelegate.4=Invalid start index.
|
||||
CastToArrayActionDelegate.5=The 'Length' field must not be empty.
|
||||
CastToArrayActionDelegate.6=Invalid length.
|
||||
CastToArrayActionDelegate.7=The length must be greater than 0.
|
||||
CastToArrayActionDelegate.8=Unable to display this variable as an array.
|
||||
EnableVariablesActionDelegate.0=Exceptions occurred enabling the variable(s).
|
||||
|
|
Loading…
Add table
Reference in a new issue