diff --git a/lib/WebGUI/i18n/English/Asset_SQLReport.pm b/lib/WebGUI/i18n/English/Asset_SQLReport.pm
index 4a33e5673..ea3729b99 100644
--- a/lib/WebGUI/i18n/English/Asset_SQLReport.pm
+++ b/lib/WebGUI/i18n/English/Asset_SQLReport.pm
@@ -30,7 +30,7 @@ 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 by commas.
+Placeholder Parameters are delimited a new line.
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".
-Placeholder Parameters: query1:pageId,form:field1 +Placeholder Parameters: query1:pageId
form:field1