diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | report.pl.in | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2001-05-10 Hans Petter Jansson <hpj@ximian.com> + * report.pl.in: Added new key to message table. + +2001-05-10 Hans Petter Jansson <hpj@ximian.com> + * parse.pl.in (xst_parse_split_hash_with_continuation): Implement. 2001-05-10 Hans Petter Jansson <hpj@ximian.com> diff --git a/report.pl.in b/report.pl.in index dddd7f2..d996d29 100644 --- a/report.pl.in +++ b/report.pl.in @@ -174,7 +174,8 @@ sub xst_report "parse_table" => ["info", _("Parsing option [%s].")], "parse_trivial" => ["info", _("Trivialy passing [%s].")], "parse_split" => ["info", _("Getting option [%s] from [%s].")], - "parse_split_hash" => ["info", _("Getting configurations from [%s].")], + "parse_split_hash" => ["info", _("Getting configuration from [%s].")], + "parse_split_hash_cont" => ["info", _("Getting configuration from [%s].")], "parse_sh" => ["info", _("Getting shell option [%s] from [%s].")], "parse_kw" => ["info", _("Getting keyword [%s] from [%s].")], "parse_line_first" => ["info", _("Getting information from [%s].")], |