From 876521acfe3f1e759ec45e2ff74fabf7f8442152 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Mon, 3 May 2010 15:36:29 +0000 Subject: [PATCH] Fixed debugging info on missing help contents string --- lib/outputcomponents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outputcomponents.php b/lib/outputcomponents.php index 7f44b088028..cbd87ffedbd 100644 --- a/lib/outputcomponents.php +++ b/lib/outputcomponents.php @@ -235,7 +235,7 @@ class help_icon implements renderable { debugging("Help title string does not exist: [$this->identifier, $this->component]"); } if (!$sm->string_exists($this->identifier.'_help', $this->component)) { - debugging("Help title string does not exist: [{$this->identifier}_help, $this->component]"); + debugging("Help contents string does not exist: [{$this->identifier}_help, $this->component]"); } } }