EventAggregator

Change of actions/EventAggregatorSummary.py

151:a5854a2d6014
actions/EventAggregatorSummary.py
     1.1 --- a/actions/EventAggregatorSummary.py	Sat Feb 19 01:58:35 2011 +0100
     1.2 +++ b/actions/EventAggregatorSummary.py	Sat Feb 19 03:23:55 2011 +0100
     1.3 @@ -110,7 +110,7 @@
     1.4              "end_year_default"      : escattr(end_year_default),
     1.5              "end_criteria_label"    : escape(_("or special criteria")),
     1.6              "end_criteria_default"  : escattr(end_criteria_default),
     1.7 -            "end_eval_label"        : right_arrow,
     1.8 +            "end_eval_label"        : escattr(right_arrow),
     1.9              "end_criteria_eval"     : escape(end_criteria_evaluated),
    1.10              "descriptions_label"    : escape(_("Use descriptions from...")),
    1.11              "descriptions_list"     : "\n".join(descriptions_list),