Index: branches/5.2.x/core/kernel/utility/event.php =================================================================== diff -u -N -r15145 -r15250 --- branches/5.2.x/core/kernel/utility/event.php (.../event.php) (revision 15145) +++ branches/5.2.x/core/kernel/utility/event.php (.../event.php) (revision 15250) @@ -1,6 +1,6 @@ Name = $regs[3]; } else { - throw new Exception('Invalid event string: ' . $params . '. $params should be "prefix[.special]:OnEvent" format'); + throw new Exception('Invalid event string: "' . $params . '". Should be in "prefix[.special]:OnEvent" format'); } } }