summaryrefslogtreecommitdiff
path: root/html/widgets/remote.tmpl
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-09-09 16:24:47 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-09-09 16:24:47 +0000
commitc58704322fa8fcbee809d4c02643197d05293160 (patch)
tree317742f5fd47ac8c70791bca517c55abb7f324da /html/widgets/remote.tmpl
parent3c9849839582d238ef75a191728a14b84a8eb577 (diff)
downloadxxv-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.tmpl2
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>