diff --git a/htdocs/langs/en_US/loan.lang b/htdocs/langs/en_US/loan.lang
index a035c8cf68c..4922c0fc0a1 100644
--- a/htdocs/langs/en_US/loan.lang
+++ b/htdocs/langs/en_US/loan.lang
@@ -20,6 +20,7 @@ ErrorLoanInterest=Annual interest has to be numeric and g
# Calc
Totalsforyear=Totals for year
MonthlyPayment=Monthly Payment
+LoanCalcDesc=This mortgage calculator can be used to figure out monthly payments of a home mortgage loan, based on the home's sale price, the term of the loan desired, buyer's down payment percentage, and the loan's interest rate.
This calculator factors in PMI (Private Mortgage Insurance) for loans where less than 20% is put as a down payment. Also taken into consideration are the town property taxes, and their effect on the total monthly mortgage payment.
# Admin
ConfigLoan=Configuration of the module loan
LOAN_ACCOUNTING_ACCOUNT_CAPITAL=Accountancy code capital by default
diff --git a/htdocs/loan/calc.php b/htdocs/loan/calc.php
index 0b40ef38f70..0a5ee21923a 100644
--- a/htdocs/loan/calc.php
+++ b/htdocs/loan/calc.php
@@ -121,10 +121,7 @@ if (! empty($errors)) {
llxHeader();
-echo "This mortgage calculator can be used to figure out monthly payments of a home mortgage loan,
- based on the home's sale price, the term of the loan desired, buyer's down payment percentage, and the loan's interest rate.
- This calculator factors in PMI (Private Mortgage Insurance) for loans where less than 20% is put as a down payment. Also taken
- into consideration are the town property taxes, and their effect on the total monthly mortgage payment.
";
+print $langs->trans('LoanCalcDesc');
print '