diff --git a/lib/WebGUI/i18n/English/Asset_SQLReport.pm b/lib/WebGUI/i18n/English/Asset_SQLReport.pm
index 34a1a163b..12506e710 100644
--- a/lib/WebGUI/i18n/English/Asset_SQLReport.pm
+++ b/lib/WebGUI/i18n/English/Asset_SQLReport.pm
@@ -29,22 +29,24 @@ SQL Reports are Wobjects and Assets, so they share the properties of both. SQL
},
'Placeholder Parameters description' => {
- message => q|Placeholders, also called parameter markers, are used to indicate values in a SQL query that will be supplied later, before the statement is executed.
-Placeholder Parameters are delimited a new line.
+ message => q|
Placeholders, also called parameter markers, are used to indicate values in a SQL query that will be supplied later, before the statement is executed.
There are four input types: -Example:
-Query: select * from some_table where some_field = ? and some_other_field < ?In this example the first question mark will contain the field value of pageId in query1, -while the second question mark will contain the form variable "field1". -
+Query: select * from some_table where some_field = ? and some_other_field < ?
Placeholder Parameters: query1:pageId
form:field1
|, - lastUpdated => 1119841649, +while the second question mark will contain the form variable "field1".
+Place one Placeholder Parameter on each line.
+|, + lastUpdated => 1140308175, }, '15 description' => {