noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/04: Gettext remove punctuation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/04: Gettext remove punctuation
Date: Sun, 09 Mar 2014 15:07:31 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 12013e9396c9e1bb5c935d410ce8c294cdf52dc0
Author: Dany De Bontridder <address@hidden>
Date:   Sun Mar 9 15:49:00 2014 +0100

    Gettext remove punctuation
---
 include/forecast.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/forecast.inc.php b/include/forecast.inc.php
index a0d005a..33859bd 100644
--- a/include/forecast.inc.php
+++ b/include/forecast.inc.php
@@ -370,7 +370,7 @@ if (isset($_REQUEST['f_id']) && $sa == "vw")
     }
     catch (Exception $e)
     {
-       echo "<div class=\"error\"><p>" . _("Erreur : ") . $e->getMessage() . 
'</p><p>' . _('Vous devez corriger') . '</p></div>';
+       echo "<div class=\"error\"><p>" . _("Erreur")." : " . $e->getMessage() 
. '</p><p>' . _('Vous devez corriger') . '</p></div>';
        $anc = new Anticipation($cn, $_GET['f_id']);
        echo '<div class="content">';
        /* display a blank form for name and category */



reply via email to

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