diff --git a/README b/README
index c6ac993180c..325704bdebe 100644
--- a/README
+++ b/README
@@ -92,7 +92,7 @@ Main modules/features:
- Payments management
- Standing orders management
- Shipping management
-- ECM (Electronic Content Management)
+- EDM (Electronic Document Management)
- EMailings
- Agenda with ical,vcal export for third tools integration
- Management of foundation members
diff --git a/README.md b/README.md
index c5cf2ecf7e9..6a94371e8dd 100644
--- a/README.md
+++ b/README.md
@@ -87,10 +87,10 @@ See ChangeLog file found into package.
- Standing orders management
- Shipping management
- Agenda with ical,vcal export for third tools integration
-- ECM (Electronic Content Management)
+- EDM (Electronic Document Management)
- Foundations members management
- Employee's holidays management
-- Mass emailing
+- Mass Emailing
- Realize surveys
- Point of Sale
diff --git a/build/debian/control b/build/debian/control
index 430cdb5f347..ac65f0b9070 100755
--- a/build/debian/control
+++ b/build/debian/control
@@ -6,7 +6,8 @@ Section: web
Priority: optional
Homepage: http://www.dolibarr.org
Build-Depends: debhelper (>= 7), po-debconf, dpatch
-
+Comments: This package need at least debian 7 or ubuntu 13.04 or any distribution based on this version
+
Package: dolibarr
Depends: libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi | php5-fpm | php5,
php5-mysql | php5-mysqli,
diff --git a/htdocs/langs/en_US/ecm.lang b/htdocs/langs/en_US/ecm.lang
index 12b5ac31e8d..71a01ba6608 100644
--- a/htdocs/langs/en_US/ecm.lang
+++ b/htdocs/langs/en_US/ecm.lang
@@ -24,10 +24,10 @@ ECMNewDocument=New document
ECMCreationDate=Creation date
ECMNbOfFilesInDir=Number of files in directory
ECMNbOfSubDir=Number of sub-directories
-ECMNbOfFilesInSubDir=Nunber of iles in sub-directories
+ECMNbOfFilesInSubDir=Number of files in sub-directories
ECMCreationUser=Creator
-ECMArea=ECM area
-ECMAreaDesc=The ECM (Electronic Content Management) area allows you to save, share and search quickly all kind of documents in Dolibarr.
+ECMArea=EDM area
+ECMAreaDesc=The EDM (Electronic Document Management) area allows you to save, share and search quickly all kind of documents in Dolibarr.
ECMAreaDesc2=* Automatic directories are filled automatically when adding documents from card of an element.
* Manual directories can be used to save documents not linked to a particular element.
ECMSectionWasRemoved=Directory %s has been deleted.
ECMDocumentsSection=Document of directory
@@ -53,4 +53,4 @@ CannotRemoveDirectoryContainsFiles=Removed not possible because it contains some
ECMFileManager=File manager
ECMSelectASection=Select a directory on left tree...
DirNotSynchronizedSyncFirst=This directory seems to be created or modified outside ECM module. You must click on "Refresh" button first to synchronize disk and database to get content of this directory.
-
\ No newline at end of file
+