summaryrefslogtreecommitdiff
path: root/includes/pages/user_news.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-03 05:21:11 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-03 05:21:11 +0200
commit9325d7a78adac2aeee96324fa23528f8110d198f (patch)
tree6a2a931a37524dcaf393b2b4f027dfeb10d8ddef /includes/pages/user_news.php
parent91f6e7bbaf7c9ed8820fea59e041c8fa17bcea91 (diff)
news refined
Diffstat (limited to 'includes/pages/user_news.php')
-rw-r--r--includes/pages/user_news.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/user_news.php b/includes/pages/user_news.php
index 34c346dd..7b4f9482 100644
--- a/includes/pages/user_news.php
+++ b/includes/pages/user_news.php
@@ -35,7 +35,7 @@ function user_news_comments() {
$html .= '<a href="' . page_link_to("news") . '">&laquo; Back</a>';
$html .= display_news($news);
- $html .= '<h2>Comments</h2>';
+ $html .= '<h2>Kommentare</h2>';
$comments = sql_select("SELECT * FROM `news_comments` WHERE `Refid`='" . $nid . "' ORDER BY 'ID'");
foreach ($comments as $comment) {