summaryrefslogtreecommitdiff
path: root/pages/setup.ecpp
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-10-19 17:08:21 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-10-19 17:08:21 +0000
commit70e0e22acfcb740b7b3dc561bf02f8272e7e3572 (patch)
tree7abd5ef1b6d2428cb47bde9df061b483a971c791 /pages/setup.ecpp
parent647d7ce0cf8191a22453262faa4030b5cdf5940e (diff)
downloadvdr-plugin-live-70e0e22acfcb740b7b3dc561bf02f8272e7e3572.tar.gz
vdr-plugin-live-70e0e22acfcb740b7b3dc561bf02f8272e7e3572.tar.bz2
- fixed #399
Diffstat (limited to 'pages/setup.ecpp')
-rw-r--r--pages/setup.ecpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/setup.ecpp b/pages/setup.ecpp
index 6615137..eb5b4c2 100644
--- a/pages/setup.ecpp
+++ b/pages/setup.ecpp
@@ -171,11 +171,11 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<tr>
<td class="label leftcol"><div class="withmargin"><$ tr("Start page") $>:</div></td>
<td class="rightcol"><select name="startscreen" size="1" id="startscreen">
- <option value="whatsonnow" <%cpp> SELECTIF(startscreen == "whatsonnow") </%cpp>><$ tr("What's on now?") $></option>
- <option value="whatsonnext" <%cpp> SELECTIF(startscreen == "whatsonnext") </%cpp>><$ tr("What's on next?") $></option>
- <option value="schedule" <%cpp> SELECTIF(startscreen == "schedule") </%cpp>><$ tr("Schedule") $></option>
- <option value="recordings" <%cpp> SELECTIF(startscreen == "recordings") </%cpp>><$ tr("Recordings") $></option>
- <option value="timers" <%cpp> SELECTIF(startscreen == "timers") </%cpp>><$ tr("Timers") $></option>
+ <option value="whatsonnow" <%cpp> SELECTIF(startscreen == "whatsonnow") </%cpp>><$ trVDR("What's on now?") $></option>
+ <option value="whatsonnext" <%cpp> SELECTIF(startscreen == "whatsonnext") </%cpp>><$ trVDR("What's on next?") $></option>
+ <option value="schedule" <%cpp> SELECTIF(startscreen == "schedule") </%cpp>><$ trVDR("Schedule") $></option>
+ <option value="recordings" <%cpp> SELECTIF(startscreen == "recordings") </%cpp>><$ trVDR("Recordings") $></option>
+ <option value="timers" <%cpp> SELECTIF(startscreen == "timers") </%cpp>><$ trVDR("Timers") $></option>
</select></td>
</tr>
<tr>