noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 06/15: Fix: bug in gettext function


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/15: Fix: bug in gettext function
Date: Fri, 5 Feb 2021 11:38:30 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 63ee59fcf41e1af204b6c6614fe1484e42c450e9
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Jan 31 22:39:41 2021 +0100

    Fix: bug in gettext function
---
 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 ce5ef05..2fa5e98 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -1087,7 +1087,7 @@ class Acc_Ledger  extends jrn_def_sql
                 throw new Exception(
                         sprintf ( 
                                 _('Vous utilisez le mode strict la dernière 
operation est la date du %s
-                vous ne pouvez pas encoder à une date antérieure',$last_date)),
+                vous ne pouvez pas encoder à une date antérieure'),$last_date),
                 15);
         }
 



reply via email to

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