Fixed debugging info on missing help contents string

This commit is contained in:
David Mudrak
2010-05-03 15:36:29 +00:00
parent 41976db384
commit 876521acfe
+1 -1
View File
@@ -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]");
}
}
}