';
print '';
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index 6ca93dc7788..149668e34a7 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -2108,7 +2108,7 @@ CreateCandidature=Create job application
FormatZip=Zip
MainMenuCode=Menu entry code (mainmenu)
ECMAutoTree=Show automatic ECM tree
-OperationParamDesc=Define the rules to use to extract or set values. Example for operations that need to extract a name from email subject: name=EXTRACT:SUBJECT:Message from company ([^\n]*) Example for operations that create objects: objproperty1=SET:the value to set objproperty2=SET:a value including value of __objproperty1__ objproperty3=SETIFEMPTY:value used if objproperty3 is not already defined objproperty4=EXTRACT:HEADER:X-Myheaderkey:\s*([^\s]*) options_myextrafield1=EXTRACT:SUBJECT:([^\n]*) object.objproperty5=EXTRACT:BODY:My company name is\s([^\s]*)
Use a ; char as separator to extract or set several properties.
+OperationParamDesc=Define the rules to use to extract some data or set values to use for operation.
Example to extract a company name from email subject into a temporary variable: tmp_var=EXTRACT:SUBJECT:Message from company ([^\n]*)
Examples to set the properties of an object to create: objproperty1=SET:a hard coded value objproperty2=SET:__tmp_var__ objproperty3=SETIFEMPTY:a value (value is set only if property is not already defined) objproperty4=EXTRACT:HEADER:X-Myheaderkey:\s*([^\s]*) options_myextrafield1=EXTRACT:SUBJECT:([^\n]*) object.objproperty5=EXTRACT:BODY:My company name is\s([^\s]*)
Use a ; char as separator to extract or set several properties.
OpeningHours=Opening hours
OpeningHoursDesc=Enter here the regular opening hours of your company.
ResourceSetup=Configuration of Resource module