noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 18/173: Translation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 18/173: Translation
Date: Mon, 22 Mar 2021 12:58:26 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 431f41bcf7805cb567fe5d61f03fa30f2b5d904b
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Fri Dec 28 15:35:32 2018 +0100

    Translation
---
 include/class/acc_ledger.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/acc_ledger.class.php 
b/include/class/acc_ledger.class.php
index 99ae705..fe75e80 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -1149,7 +1149,7 @@ class Acc_Ledger extends jrn_def_sql
                 $card_id=$p->find_card();
                 if (!empty($card_id))
                 {
-                    $str_msg=sprintf(_(" Le poste %s appartient à  fiche(s) 
dont :"),$str_msg,count($card_id));
+                    $str_msg=sprintf(_(" Le poste %s appartient à  fiche(s) 
dont : %s"),$str_msg,count($card_id));
                     
$max=(count($card_id)>MAX_COMPTE_CARD)?MAX_COMPTE_CARD:count($card_id);
                     for ($x=0; $x<$max; $x++)
                     {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]