summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-02-08 19:22:55 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-02-08 19:22:55 +0000
commit2a171e5601db7f3099e1c84f7ba53a403d76ef46 (patch)
treef26242613c2cf546388ca1450b8aab0af015eaf1
parent2bb7c4475da5c01d9410ed2e5242fe2cbe67a94d (diff)
downloadxxv-2a171e5601db7f3099e1c84f7ba53a403d76ef46.tar.gz
xxv-2a171e5601db7f3099e1c84f7ba53a403d76ef46.tar.bz2
* REPORT: dump date with common format
* Fix typos
-rw-r--r--skins/deltab/report.tmpl2
-rw-r--r--skins/stone/report.tmpl2
-rw-r--r--skins/stone_flat/report.tmpl2
-rw-r--r--skins/xstyle/report.tmpl2
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") %?>&nbsp;
<?% 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") %?>&nbsp;
<?% 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") %?>&nbsp;
<?% 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") %?>&nbsp;
<?% name %?>:</h2>
<?% IF name == 'RECORDS';
link = '?cmd=rdisplay&data=';