From c3b32b5899e5fd4822c7f81b125f3b54d0eea635 Mon Sep 17 00:00:00 2001 From: hansp Date: Fri, 11 May 2001 00:07:31 +0000 Subject: 2001-05-10 Hans Petter Jansson * report.pl.in: Added new key to message table. --- ChangeLog | 4 ++++ report.pl.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 64bb5f1..29a9c42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-10 Hans Petter Jansson + + * report.pl.in: Added new key to message table. + 2001-05-10 Hans Petter Jansson * parse.pl.in (xst_parse_split_hash_with_continuation): Implement. 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].")], -- cgit v1.2.3