diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-04-19 00:14:17 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-04-19 00:14:17 +0200 |
commit | b3e67f7e4dd338672a3019cc56310512df547dca (patch) | |
tree | b86fe0c2ff95ddaf1925379a0d6f23928355f276 /pages | |
parent | ced194abb46ecf2d2fd8d852497293ccb40d6337 (diff) | |
download | vdr-plugin-live-b3e67f7e4dd338672a3019cc56310512df547dca.tar.gz vdr-plugin-live-b3e67f7e4dd338672a3019cc56310512df547dca.tar.bz2 |
Changed responsibilities in the about box.
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 1d2114c..ab2b53b 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -334,11 +334,11 @@ int update_status(1); <div class="epg_content"> <div> <div class="about_head"><div><div><$ tr("Authors") $></div></div></div> - <div class="about_left"><$ tr("Project leader") $>:</div> + <div class="about_left"><$ tr("Project Idea") $>:</div> <div class="about_right">Thomas Keil (Thomas)</div> <div class="about_left"><$ tr("Webserver") $>:</div> <div class="about_right">Sascha Volkenandt (LordJaxom)</div> - <div class="about_left"><$ tr("Content") $>:</div> + <div class="about_left"><$ tr("Project leader") $>:</div> <div class="about_right">Dieter Hametner (tadi)</div> <div class="about_left"><$ tr("Content") $>:</div> <div class="about_right">Christian Wieninger (winni)</div> |