diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-09-09 16:25:49 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-09-09 16:25:49 +0000 |
| commit | 71b408340cd8714e25d3c5441d2c6abef7555e18 (patch) | |
| tree | ec01cf4d003244dd853f1f3f468d757fcae42b6c /skins/stone/now.tmpl | |
| parent | 3b6560ed8fe25306dfe33be9f01908a99b040d57 (diff) | |
| download | xxv-71b408340cd8714e25d3c5441d2c6abef7555e18.tar.gz xxv-71b408340cd8714e25d3c5441d2c6abef7555e18.tar.bz2 | |
* Update english translation
Diffstat (limited to 'skins/stone/now.tmpl')
| -rw-r--r-- | skins/stone/now.tmpl | 6 |
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> - <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> + <a title="<?% gettext("Update EPG data") %?>" href="javascript:popupcmd('erestart',620,670,1)"><?% gettext("Update EPG data",20) %?></a> </td> </tr> <?% END %?> |
