summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhansp <hansp>2001-05-11 00:07:31 +0000
committerhansp <hansp>2001-05-11 00:07:31 +0000
commitc3b32b5899e5fd4822c7f81b125f3b54d0eea635 (patch)
treecbfd891ab21c75946b4a75b58d4634e1c9ddaff3
parent33a98afe882c261413689825daa86b15bf8e881b (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--ChangeLog4
-rw-r--r--report.pl.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 64bb5f1..29a9c42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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].")],