diff options
author | hansp <hansp> | 2001-05-11 00:07:31 +0000 |
---|---|---|
committer | hansp <hansp> | 2001-05-11 00:07:31 +0000 |
commit | c3b32b5899e5fd4822c7f81b125f3b54d0eea635 (patch) | |
tree | cbfd891ab21c75946b4a75b58d4634e1c9ddaff3 | |
parent | 33a98afe882c261413689825daa86b15bf8e881b (diff) |
2001-05-10 Hans Petter Jansson <hpj@ximian.com>XST_0_4_1
* report.pl.in: Added new key to message table.
-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].")], |