noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 170/219: Traduction


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 170/219: Traduction
Date: Mon, 18 Dec 2017 13:22:58 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 1fda58ed93aa5676667f46a115d7a101042e126e
Author: Dany De Bontridder <address@hidden>
Date:   Tue Nov 28 07:16:42 2017 +0100

    Traduction
---
 include/lib/icard.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/icard.class.php b/include/lib/icard.class.php
index 2b809c9..1751e77 100644
--- a/include/lib/icard.class.php
+++ b/include/lib/icard.class.php
@@ -204,7 +204,7 @@ class ICard extends HtmlInput
     public function input($p_name=null,$p_value=null)
     {
         if ( $p_name == null && $this->name == "")
-            throw (new Exception('Le nom d une icard doit être donne'));
+            throw (new Exception(_('Le nom d une icard doit être donne')));
 
         $this->value=($p_value==null)?$this->value:$p_value;
         if ( $this->readOnly==true) return $this->display();



reply via email to

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