diff options
author | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-05-31 19:29:13 +0000 |
---|---|---|
committer | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-05-31 19:29:13 +0000 |
commit | 8b24088dc6347939eec03604a810efce20580a1c (patch) | |
tree | 998d6dd27401a94c5c3d06a6447016809a2244cd /pages | |
parent | 7b486aba13a0874b9b1aba814760cca89208926a (diff) | |
download | vdr-plugin-live-8b24088dc6347939eec03604a810efce20580a1c.tar.gz vdr-plugin-live-8b24088dc6347939eec03604a810efce20580a1c.tar.bz2 |
- fixed #334
Diffstat (limited to 'pages')
-rw-r--r-- | pages/pageelems.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index a6e7c2f..c823042 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -61,8 +61,8 @@ static bool HasEpgsearch() <& ajax_action_href action=("stop_recording") id=("infobox_stop") image=("stop.png") tip=(tr("stop playback")) &> <& ajax_action_href action=("play_recording") id=("infobox_play") image=("play.png") tip=(tr("resume playback")) &> <& ajax_action_href action=("pause_recording") id=("infobox_pause") image=("pause.png") tip=(tr("pause playback")) &> - <& ajax_action_href action=("rwd_recording") id=("infobox_rwd") image=("rwd.png") tip=(tr("fast forward")) &> - <& ajax_action_href action=("ffw_recording") id=("infobox_ffw") image=("ffw.png") tip=(tr("fast rewind")) &> + <& ajax_action_href action=("rwd_recording") id=("infobox_rwd") image=("rwd.png") tip=(tr("fast rewind")) &> + <& ajax_action_href action=("ffw_recording") id=("infobox_ffw") image=("ffw.png") tip=(tr("fast forward")) &> </div> <div id="infobox_channel_buttons"> <& ajax_action_href action=("switch_channel") id=("infobox_prevchan") image=("one_downarrow.png") tip=(tr("previous channel")) &> |