diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-22 00:43:33 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-22 00:43:33 +0100 |
commit | f5c005549e3e48f23ad0457735c53e73ca28680b (patch) | |
tree | 1622be144b78b879c01b49561cde5da482734658 /pages | |
parent | 1011d13c5da5887f39204fa28155b5c705277b1b (diff) | |
download | vdr-plugin-live-f5c005549e3e48f23ad0457735c53e73ca28680b.tar.gz vdr-plugin-live-f5c005549e3e48f23ad0457735c53e73ca28680b.tar.bz2 |
Reverted to trVDR in timerconflicts.ecpp due to fast fix change to 'tr'
because of compilation error with older vdr versions. This has been
fixed, through proper include of i18n.h. Regenerated header file with
backward compatible translations.
Diffstat (limited to 'pages')
-rw-r--r-- | pages/timerconflicts.ecpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/timerconflicts.ecpp b/pages/timerconflicts.ecpp index 1aea9da..9d1b15a 100644 --- a/pages/timerconflicts.ecpp +++ b/pages/timerconflicts.ecpp @@ -57,10 +57,10 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); </tr> <tr class="description"> <td class="leftcol"><img src="/img/transparent.png" alt="" width="16px" height="16px" /></td> - <td><div class="withmargin"><$ tr("Channel") $></div></td> - <td><div class="withmargin"><$ tr("Start") $></div></td> - <td><div class="withmargin"><$ tr("Stop") $></div></td> - <td><div class="withmargin"><$ tr("File") $></div></td> + <td><div class="withmargin"><$ trVDR("Channel") $></div></td> + <td><div class="withmargin"><$ trVDR("Start") $></div></td> + <td><div class="withmargin"><$ trVDR("Stop") $></div></td> + <td><div class="withmargin"><$ trVDR("File") $></div></td> <td class="action"><img src="/img/transparent.png" alt="" width="16px" height="16px" /></td> <td class="action"><img src="/img/transparent.png" alt="" width="16px" height="16px" /></td> <td class="action"><img src="/img/transparent.png" alt="" width="16px" height="16px" /></td> |