diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 4d8c21d13..8f393d71b 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -2038,7 +2038,7 @@ if (typeof(document.getElementById) != 'undefined'
foreach ($params AS $param) {
if (!isset($GLOBALS[$param])) {
- $error_message .= $reported_script_name . ': Missing ' . $param . '
';
+ $error_message .= $reported_script_name . ': Missing parameter: ' . $param . '
';
$found_error = TRUE;
}
}