diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-02-08 19:22:55 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-02-08 19:22:55 +0000 |
| commit | 2a171e5601db7f3099e1c84f7ba53a403d76ef46 (patch) | |
| tree | f26242613c2cf546388ca1450b8aab0af015eaf1 /skins/stone_flat | |
| parent | 2bb7c4475da5c01d9410ed2e5242fe2cbe67a94d (diff) | |
| download | xxv-2a171e5601db7f3099e1c84f7ba53a403d76ef46.tar.gz xxv-2a171e5601db7f3099e1c84f7ba53a403d76ef46.tar.bz2 | |
* REPORT: dump date with common format
* Fix typos
Diffstat (limited to 'skins/stone_flat')
| -rw-r--r-- | skins/stone_flat/report.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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='; |
