From 2f3baca9b4f009092bda357acb78d2277b24b821 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jan 2016 19:03:12 +0100 Subject: [PATCH] Fix bad translation --- htdocs/core/class/html.formsms.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php index 66b284a3aba..35736b56228 100644 --- a/htdocs/core/class/html.formsms.class.php +++ b/htdocs/core/class/html.formsms.class.php @@ -229,7 +229,7 @@ function limitChars(textarea, limit, infodiv) } else { - print ''.$langs->trans("SmsNoPossibleRecipientFound"); + print ''.$langs->trans("SmsNoPossibleSenderFound"); if (is_object($sms) && ! empty($sms->error)) print ' '.$sms->error; print ''; } @@ -304,10 +304,10 @@ function limitChars(textarea, limit, infodiv) '.$langs->trans("Priority").' : '.$langs->trans("Type").' :