diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php
index cd426c52a6f..422e01ca2d4 100644
--- a/htdocs/admin/index.php
+++ b/htdocs/admin/index.php
@@ -85,7 +85,7 @@ if (getDolGlobalString('MAIN_MOTD_SETUPPAGE')) {
print '';
print $langs->trans("SetupDescription1").' ';
-print $langs->trans("AreaForAdminOnly").' ';
+//print $langs->trans("AreaForAdminOnly").' ';
print $langs->trans("SetupDescription2", $langs->transnoentities("MenuCompanySetup"), $langs->transnoentities("Modules"));
print "
";
print '';
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index bd6def2b9de..89d7d3fbd63 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -1293,8 +1293,8 @@ Delays_MAIN_DELAY_HOLIDAYS=Leave requests to approve
Delays_MAIN_DELAY_MRP=Manufacturing order in progress
Delays_MAIN_DELAY_SUPPLIER_PROPALS_TO_CLOSE=Supplier proposal not closed
Delays_MAIN_DELAY_SUPPLIER_PROPALS_TO_BILL=Supplier proposal not billed
-SetupDescription1=Before starting to use Dolibarr some initial parameters must be defined and modules enabled/configured.
-SetupDescription2=The following two sections (the two first entries in the Setup menu) are mandatory:
+SetupDescription1=Before you begin, you need configure initial parameters and enable modules/features you need...
+SetupDescription2=The following two configuration sections (the two first entries in the Setup menu) are mandatory:
SetupDescription3=%s -> %s
Basic parameters used to customize the default behavior of your application (e.g for country-related features).
SetupDescription4=%s -> %s
This software is a suite of many modules/applications. The modules related to your needs must be enabled and configured. Menu entries will appears with the activation of these modules.
SetupDescription5=Other Setup menu entries manage optional parameters.