summaryrefslogtreecommitdiff
path: root/includes/pages/user_news.php
diff options
context:
space:
mode:
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 d082b411..9c7a6b94 100644
--- a/includes/pages/user_news.php
+++ b/includes/pages/user_news.php
@@ -119,7 +119,7 @@ function user_news_comments() {
<input type="submit" value="' . _("Save") . '">
</form>';
} else {
- $html .= _("Fehlerhafter Aufruf!");
+ $html .= _("Invalid request.");
}
return $html;