Commit ca261e8d authored by Frank Bergmann's avatar Frank Bergmann

- Fixed l10n

parent 74749abf
......@@ -441,9 +441,9 @@ db_foreach sql $sql {
# Format the "Approve" button behind WF controlled hours
set transition_name_l10n $transition_name
regsub -all " " $transition_name "_" transition_name
if {"" ne $transition_name} {
set transition_name_l10n [lang::message::lookup "" intranet-workflow.$transition_name $transition_name]
regsub -all " " $transition_name "_" transition_name_subs
if {"" ne $transition_name_subs} {
set transition_name_l10n [lang::message::lookup "" intranet-workflow.$transition_name_subs $transition_name]
}
set wf_action_button_class "button"
if {"" == $transition_name} {
......
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