diff options
Diffstat (limited to 'doc/web/homepage/en/news.php')
-rw-r--r-- | doc/web/homepage/en/news.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/web/homepage/en/news.php b/doc/web/homepage/en/news.php index 1ba5caa..879c549 100644 --- a/doc/web/homepage/en/news.php +++ b/doc/web/homepage/en/news.php @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> - <title>VDR Live - Neuerungen</title> + <title>VDR Live - News</title> <?php include ("../html-header.inc") ?> </head> <body> @@ -19,14 +19,14 @@ <div class="inhalt"> <div style="width: 800px; margin-top: 15px"> - <div class="boxheader"><div><div>Features von LIVE 0.2.0</div></div></div> + <div class="boxheader"><div><div>Features of LIVE 0.2.0</div></div></div> <div style="border: 1px solid black; padding: 0px 10px"> <?php include ("features_0-2-0.inc"); ?> </div> </div> <div style="width: 800px; margin-top: 15px"> - <div class="boxheader"><div><div>Features von LIVE 0.1.0</div></div></div> + <div class="boxheader"><div><div>Features of LIVE 0.1.0</div></div></div> <div style="border: 1px solid black; padding: 0px 10px"> <?php include ("features_0-1-0.inc"); ?> </div> |