Convert sources to UTF-8
[banana.git] / banana / page.inc.php
index f148566..4b24f4c 100644 (file)
@@ -102,7 +102,7 @@ class BananaPage extends Smarty
                 if ($this->page == 'cancel') {
                     $this->registerPage('cancel', _b_('Annulation'), null);
                 } elseif ($this->page == 'new') {
-                    $this->registerPage('new', _b_('Répondre'), null);
+                    $this->registerPage('new', _b_('Répondre'), null);
                 }
             } elseif ($this->page == 'new') {
                 $this->registerPage('new', _b_('Nouveau'), null);
@@ -126,7 +126,7 @@ class BananaPage extends Smarty
     {
         $tpl = $this->prepare();
         if (!isset($this->pages[$this->page])) {
-            $this->trig(_b_('La page demandée n\'existe pas'));
+            $this->trig(_b_('La page demandée n\'existe pas'));
             $this->actions = array();
             $this->page = null;
         }
@@ -340,5 +340,5 @@ function banana_trimwhitespace($source, &$smarty)
 // }}}
 
 
-// vim:set et sw=4 sts=4 ts=4:
+// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
 ?>