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/widgets/remote.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/widgets/remote.tmpl')
| -rw-r--r-- | html/widgets/remote.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/widgets/remote.tmpl b/html/widgets/remote.tmpl index 633537c..4a9dadc 100644 --- a/html/widgets/remote.tmpl +++ b/html/widgets/remote.tmpl @@ -58,7 +58,7 @@ aktiv = window.setInterval("grab()", inter); <?% END %?> <td colspan="3"><nobr> <input type="button" onclick="self.location.href='?cmd=r&monitor=<?% monitor ? 0 : 1 %?>'" name="monitor" value="<?% gettext("Monitor") %?>"> - <input type="button" onclick="switch_channel('?cmd=remote&data=Power')" name="power" value="<?% gettext("Powerdown") %?>"> + <input type="button" onclick="switch_channel('?cmd=remote&data=Power')" name="power" value="<?% gettext("Switch off") %?>"> </td> </tr> <tr> |
