diff --git a/htdocs/admin/accountant.php b/htdocs/admin/accountant.php index 2afd97f40c5..92d80464088 100644 --- a/htdocs/admin/accountant.php +++ b/htdocs/admin/accountant.php @@ -90,7 +90,7 @@ $formcompany=new FormCompany($db); $countrynotdefined=''.$langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')'; -print $langs->trans("AccountantDesc")."
\n"; +print ''.$langs->trans("AccountantDesc")."
\n"; print "
\n"; if ($action == 'edit' || $action == 'updateedit') diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php index 334a01c865a..949038b4413 100644 --- a/htdocs/admin/company.php +++ b/htdocs/admin/company.php @@ -300,7 +300,7 @@ $head = company_admin_prepare_head(); dol_fiche_head($head, 'company', $langs->trans("Company"), -1, 'company'); -print $langs->trans("CompanyFundationDesc")."
\n"; +print ''.$langs->trans("CompanyFundationDesc", $langs->transnoentities("Modify"), $langs->transnoentities("Save"))."
\n"; print "
\n"; if ($action == 'edit' || $action == 'updateedit') diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index f999d925e73..aa3831a1f9e 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -1060,7 +1060,7 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin AreaForAdminOnly=Setup parameters can be set by administrator users only. SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only. SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit. -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "Modify" or "Save" button at bottom of page) +CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page) AccountantDesc=Edit on this page all known information about your accountant/bookkeeper AccountantFileNumber=File number DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here