summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 5ba644c4..8b27a9db 100644
--- a/index.php
+++ b/index.php
@@ -143,7 +143,7 @@ Message::renderList();
Page::render();
if (defined('CONFIG_DEBUG') && CONFIG_DEBUG) {
- Message::addWarning('debug-mode');
+ Message::addWarning('main.debug-mode');
}
if (defined('CONFIG_FOOTER')) {