Commit 6b9dbc16 authored by Frank Bergmann's avatar Frank Bergmann

- L10n:

  Fixed messsage strings
parent 3223f597
......@@ -156,8 +156,8 @@ ad_proc -public im_dashboard_status_matrix {
array set matrix_hash $data_matrix
# Format the table header
set from_to_msg [lang::message::lookup "" intranet-reporting_dashboard.From_to "From \\ To"]
set new_msg [lang::message::lookup "" intranet-reporting_dashboard.Status_New_Object "<New>"]
set from_to_msg [lang::message::lookup "" intranet-reporting-dashboard.From_to "From \\ To"]
set new_msg [lang::message::lookup "" intranet-reporting-dashboard.Status_New_Object "<New>"]
set html "<table border=2 bordercolor=$border_color>\n"
append html "<tr><td><b>$from_to_msg</b></td>\n"
foreach stid $status_list {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment