summaryrefslogtreecommitdiff
path: root/skins/stone/now.tmpl
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-09-09 16:25:49 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-09-09 16:25:49 +0000
commit71b408340cd8714e25d3c5441d2c6abef7555e18 (patch)
treeec01cf4d003244dd853f1f3f468d757fcae42b6c /skins/stone/now.tmpl
parent3b6560ed8fe25306dfe33be9f01908a99b040d57 (diff)
downloadxxv-71b408340cd8714e25d3c5441d2c6abef7555e18.tar.gz
xxv-71b408340cd8714e25d3c5441d2c6abef7555e18.tar.bz2
* Update english translation
Diffstat (limited to 'skins/stone/now.tmpl')
-rw-r--r--skins/stone/now.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/stone/now.tmpl b/skins/stone/now.tmpl
index 95e05c2..f96b6d2 100644
--- a/skins/stone/now.tmpl
+++ b/skins/stone/now.tmpl
@@ -21,7 +21,7 @@
</a>
<?% IF param.timers.${id} && allow('tedit') %?>
<a href="javascript:popup('tedit','<?% param.timers.${id}.Id %?>',620,670,1)">
- <img src="images/onoff.<?% global.imagetyp %?>" alt="" title="<?% gettext("Edit this Timer") %?>" />
+ <img src="images/onoff.<?% global.imagetyp %?>" alt="" title="<?% gettext("Edit this timer") %?>" />
</a>
<?% ELSIF allow('tnew') %?>
<a href="javascript:popup('tnew','<?% id %?>',620,670,1)">
@@ -194,8 +194,8 @@
<?% IF allow('erestart') %?>
<tr>
<td class="sidetext">
- <a title="<?% gettext("Reload EPG data") %?>" href="javascript:popupcmd('erestart',620,670,1)"><img src="images/refresh.<?% global.imagetyp %?>" alt="" /></a>&nbsp;
- <a title="<?% gettext("Reload EPG data") %?>" href="javascript:popupcmd('erestart',620,670,1)"><?% gettext("Reload EPG data",20) %?></a>
+ <a title="<?% gettext("Update EPG data") %?>" href="javascript:popupcmd('erestart',620,670,1)"><img src="images/refresh.<?% global.imagetyp %?>" alt="" /></a>&nbsp;
+ <a title="<?% gettext("Update EPG data") %?>" href="javascript:popupcmd('erestart',620,670,1)"><?% gettext("Update EPG data",20) %?></a>
</td>
</tr>
<?% END %?>