summaryrefslogtreecommitdiff
path: root/includes/pages/admin_questions.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-06 22:26:56 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-06 22:26:56 +0100
commitd34fae3c407689a465486dccbb0f72ac9d4e1198 (patch)
tree2a0df40c0323f467f3410f59eae79e62efff171b /includes/pages/admin_questions.php
parent8261933bec7d6009e392f64aec7371dabb5149a6 (diff)
move hints to toolbar
Diffstat (limited to 'includes/pages/admin_questions.php')
-rw-r--r--includes/pages/admin_questions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_questions.php b/includes/pages/admin_questions.php
index 1b4b9970..e15c3fe4 100644
--- a/includes/pages/admin_questions.php
+++ b/includes/pages/admin_questions.php
@@ -10,7 +10,7 @@ function admin_new_questions() {
$new_messages = sql_num_query("SELECT * FROM `Questions` WHERE `AID` IS NULL");
if ($new_messages > 0)
- info('<a href="' . page_link_to("admin_questions") . '">Es gibt unbeantwortete Fragen!</a>');
+ return info('<a href="' . page_link_to("admin_questions") . '">' . _('There are unanswered questions!') . '</a>', true);
}
return "";