diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-09-09 16:24:47 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-09-09 16:24:47 +0000 |
| commit | c58704322fa8fcbee809d4c02643197d05293160 (patch) | |
| tree | 317742f5fd47ac8c70791bca517c55abb7f324da /html/alist.tmpl | |
| parent | 3c9849839582d238ef75a191728a14b84a8eb577 (diff) | |
| download | xxv-c58704322fa8fcbee809d4c02643197d05293160.tar.gz xxv-c58704322fa8fcbee809d4c02643197d05293160.tar.bz2 | |
* Update english translation
* Send proper mime header if file not modified (on state 304)
Diffstat (limited to 'html/alist.tmpl')
| -rw-r--r-- | html/alist.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/alist.tmpl b/html/alist.tmpl index 9d0f3c1..675d224 100644 --- a/html/alist.tmpl +++ b/html/alist.tmpl @@ -2,11 +2,11 @@ <h1><?% gettext("Wished automated recordings") %?></h1> <?% IF allow('anew') %?> -<a href="?cmd=anew">[<?% gettext("Create a new autotimer") %?>]</a> +<a href="?cmd=anew">[<?% gettext("Create new autotimer") %?>]</a> <?% END %?> <a href="#" onClick="suche('<?% gettext("Search text") %?>', '?cmd=asearch&data=')"><?% gettext("Search in autotimer") %?></a> <?% IF allow('aupdate') %?> -<a href="?cmd=aupdate">[<?% gettext("Start the autotimer process") %?>]</a> +<a href="?cmd=aupdate">[<?% gettext("Search autotimer") %?>]</a> <?% END %?> <p> |
