summaryrefslogtreecommitdiff
path: root/pages/menu.ecpp
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-01-23 13:00:47 +0100
committerChristian Wieninger <cwieninger@gmx.de>2011-01-23 13:00:47 +0100
commit4ada0bb0fa8667a52fe193ec2365c063c64c77d5 (patch)
tree31892696fbd6b2cf8ee51a4cf14bb9807006a48c /pages/menu.ecpp
parent0cd438adff4a9e5fa749d49481f4b4b82d228ef4 (diff)
downloadvdr-plugin-live-4ada0bb0fa8667a52fe193ec2365c063c64c77d5.tar.gz
vdr-plugin-live-4ada0bb0fa8667a52fe193ec2365c063c64c77d5.tar.bz2
finnish translation update, thanks to Rolf Ahrenberg
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r--pages/menu.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp
index 5721e42..74ff1b9 100644
--- a/pages/menu.ecpp
+++ b/pages/menu.ecpp
@@ -36,7 +36,7 @@ if (!component.empty()) {
<div class="menu">
<a href="whats_on.html?type=now" <& menu.setactive current=("whats_on") &>><$ tr("What's on?") $></a>
| <a href="schedule.html" <& menu.setactive current=("schedule") &>><$ trVDR("Schedule") $></a>
- | <a href="multischedule.html" <& menu.setactive current=("multischedule") &>><$ trVDR("MultiSchedule") $></a>
+ | <a href="multischedule.html" <& menu.setactive current=("multischedule") &>><$ tr("MultiSchedule") $></a>
| <a href="timers.html" <& menu.setactive current=("timers") &>><$ trVDR("Timers") $></a>
<%cpp>
if ( LiveFeatures< features::epgsearch >().Recent() ) {