From d34fae3c407689a465486dccbb0f72ac9d4e1198 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sat, 6 Dec 2014 22:26:56 +0100 Subject: move hints to toolbar --- includes/pages/admin_questions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pages/admin_questions.php') 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('Es gibt unbeantwortete Fragen!'); + return info('' . _('There are unanswered questions!') . '', true); } return ""; -- cgit v1.2.3-54-g00ecf