* fixed typos in error.msg (patch by Stéphane Aulery, mantis #27931)

git-svn-id: trunk@30725 -
This commit is contained in:
Jonas Maebe 2015-04-25 18:15:18 +00:00
parent 49aef02ef2
commit e3ddf1c0b7
3 changed files with 211 additions and 211 deletions

View File

@ -2125,7 +2125,7 @@ sym_h_uninitialized_variable=05058_H_Variable "$1" does not seem to be initializ
% be used (i.e. it appears in the right-hand side of an expression) when it
% was not initialized first (i.e. t did not appear in the left-hand side of an
% assignment).
sym_w_function_result_uninitialized=05059_W_Function result variable does not seem to initialized
sym_w_function_result_uninitialized=05059_W_Function result variable does not seem to be initialized
% This message is displayed if the compiler thinks that the function result
% variable will be used (i.e. it appears in the right-hand side of an expression)
% before it is initialized (i.e. before it appeared in the left-hand side of an
@ -2270,7 +2270,7 @@ sym_h_uninitialized_managed_variable=05092_H_Variable "$1" of a managed type doe
% was not initialized first (i.e. t did not appear in the left-hand side of an
% assignment). Since the variable is managed, i. e. implicitly initialized by the compiler, this might be intended behaviour and
% does not necessarily mean that the code is wrong.
sym_w_managed_function_result_uninitialized=05093_W_function result variable of a managed type does not seem to initialized
sym_w_managed_function_result_uninitialized=05093_W_function result variable of a managed type does not seem to be initialized
% This message is displayed if the compiler thinks that the function result
% variable will be used (i.e. it appears in the right-hand side of an expression)
% before it is initialized (i.e. before it appeared in the left-hand side of an

View File

@ -1010,7 +1010,7 @@ const
option_info=11024;
option_help_pages=11025;
MsgTxtSize = 75404;
MsgTxtSize = 75410;
MsgIdxMax : array[1..20] of longint=(
26,99,341,124,96,58,126,32,202,64,

File diff suppressed because it is too large Load Diff