summaryrefslogtreecommitdiff
path: root/html/movetimerlist.tmpl
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-01-13 12:51:22 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-01-13 12:51:22 +0000
commit1f837ad310bfd99baa472c1a42123d344f7fb393 (patch)
tree734ec304dffa7be71efeec5f30d46c34884a90ef /html/movetimerlist.tmpl
parent01a4de9d90ce8d33fd4e0a2bc8ca3c0a78225441 (diff)
downloadxxv-1f837ad310bfd99baa472c1a42123d344f7fb393.tar.gz
xxv-1f837ad310bfd99baa472c1a42123d344f7fb393.tar.bz2
* Update translations
* RECORDS: use File::stat * MOVETIMER: Add redirect if move timer updated * TIMER: tnew with fast=1 create timer from event, without prompt * Skins/search: program timer from selected events by joined list * Skins/redirect: close frame automated after 3 seconds * xstyle: Fix searchbox+cancel => call command <undef>
Diffstat (limited to 'html/movetimerlist.tmpl')
-rw-r--r--html/movetimerlist.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/movetimerlist.tmpl b/html/movetimerlist.tmpl
index 924a581..11de8d4 100644
--- a/html/movetimerlist.tmpl
+++ b/html/movetimerlist.tmpl
@@ -11,7 +11,7 @@
<?% END %?>
<?% IF allow('movetimerdelete') %?>
<a title="<?% gettext("Delete rule to move timer") %?>"
- href="javascript:sure(document.movetimerlist, '<?% gettext("You will delete this rule") %?>\n<?% escape(source) %?> - <?% escape(destination) %?>','?cmd=movetimerdelete&amp;data=',<?% id %?>)">
+ href="javascript:sure(document.movetimerlist, '<?% gettext("Would you like to delete this rule?") %?>\n<?% escape(source) %?> - <?% escape(destination) %?>','?cmd=movetimerdelete&amp;data=',<?% id %?>)">
[D]
</a>
<?% END %?>
@@ -61,7 +61,7 @@
<?% END %?>
<?% IF allow('movetimerdelete') %?>
<a title="<?% gettext("Delete rules to move timer") %?>"
- href="#" onClick="Delete('<?% gettext("You would delete follow rules?") %?>','<?% gettext("Nothing selected!") %?>','movetimerdelete',document.movetimerlist)">
+ href="#" onClick="Delete('<?% gettext("Would you like to delete these rules?") %?>','<?% gettext("Nothing selected!") %?>','movetimerdelete',document.movetimerlist)">
[<?% gettext("Delete rules to move timer",25) %?>]</a>
<?% END %?>
<?% END %?>