diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_download.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_download.xml
index 5aa165f1ae320020635aef90b23b5b253e911148..29f303613656bd23ab9a33ae5b2c524f40348ba7 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_download.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_download.xml
@@ -58,7 +58,7 @@ response = request.RESPONSE\n
 \n
 from zExceptions import Unauthorized\n
 \n
-# Always force download of document event if format is supported\n
+# Always force download of document even if format is supported\n
 # by browser\n
 file_name = context.getStandardFileName(None)\n
 response.setHeader(\'Content-disposition\', \'attachment; filename="%s"\' % file_name)\n
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 040b0d2f17bb271f39ab5093dea4cd5f0457999e..7dbc594e58c81a3095720631bd744f85d6903eab 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-1595
\ No newline at end of file
+1596
\ No newline at end of file