diff options
| -rw-r--r-- | skins/deltab/report.tmpl | 2 | ||||
| -rw-r--r-- | skins/stone/report.tmpl | 2 | ||||
| -rw-r--r-- | skins/stone_flat/report.tmpl | 2 | ||||
| -rw-r--r-- | skins/xstyle/report.tmpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/skins/deltab/report.tmpl b/skins/deltab/report.tmpl index d91a6bb..936ec42 100644 --- a/skins/deltab/report.tmpl +++ b/skins/deltab/report.tmpl @@ -3,7 +3,7 @@ <h1><?% gettext("Protocol of the activities") %?></h1> <?% FOREACH name = data.keys.sort %?> - <h2><?% gettext("Report for Modul");" " %?> + <h2><?% gettext("Report for module") %?> <?% name %?>:</h2> <?% IF name == 'RECORDS'; link = '?cmd=rdisplay&data='; diff --git a/skins/stone/report.tmpl b/skins/stone/report.tmpl index 90d2279..291f693 100644 --- a/skins/stone/report.tmpl +++ b/skins/stone/report.tmpl @@ -4,7 +4,7 @@ <h1><?% gettext("Protocol of the activities") %?></h1> <?% FOREACH name = data.keys.sort %?> - <h2><?% gettext("Report for Modul");" " %?> + <h2><?% gettext("Report for module") %?> <?% name %?></h2> <?% IF name == 'RECORDS'; link = '?cmd=rdisplay&data='; diff --git a/skins/stone_flat/report.tmpl b/skins/stone_flat/report.tmpl index 90d2279..291f693 100644 --- a/skins/stone_flat/report.tmpl +++ b/skins/stone_flat/report.tmpl @@ -4,7 +4,7 @@ <h1><?% gettext("Protocol of the activities") %?></h1> <?% FOREACH name = data.keys.sort %?> - <h2><?% gettext("Report for Modul");" " %?> + <h2><?% gettext("Report for module") %?> <?% name %?></h2> <?% IF name == 'RECORDS'; link = '?cmd=rdisplay&data='; diff --git a/skins/xstyle/report.tmpl b/skins/xstyle/report.tmpl index 9606516..974148b 100644 --- a/skins/xstyle/report.tmpl +++ b/skins/xstyle/report.tmpl @@ -1,7 +1,7 @@ <h1><?% gettext("Protocol of the activities") %?></h1> <?% FOREACH name = data.keys.sort %?> - <h2><?% gettext("Report for Modul");" " %?> + <h2><?% gettext("Report for module") %?> <?% name %?>:</h2> <?% IF name == 'RECORDS'; link = '?cmd=rdisplay&data='; |
