#614: localization of inc/reminder.function.php showListReminder()
------------------------------------------------+---------------------------
 Reporter:  Edward Gray <[EMAIL PROTECTED]>  |       Owner:  anonymous
     Type:  bug                                 |      Status:  new      
 Priority:  normal                              |   Milestone:  0.68     
Component:  Général                           |     Version:  0.68     
 Severity:  minor                               |    Keywords:           
------------------------------------------------+---------------------------
 small locale fix, nothing big.
 {{{
 --- reminder.function.php       2006-07-24 15:15:17.343682300 -0400
 +++ reminder.function.php.old   2006-07-24 15:14:01.671807300 -0400
 @@ -95,10 +95,10 @@

         if($type=="public"){ // show public reminder
         $query="SELECT * FROM glpi_reminder WHERE type='public'";
 -       $titre=$lang["reminder"][1];
 +       $titre="Notes publiques";
         }else{ // show private reminder
         $query="SELECT * FROM glpi_reminder WHERE author='$author' AND
 type='private' ";
 -       $titre=$lang["reminder"][0];
 +       $titre="Notes persos";
         }


 }}}

-- 
Ticket URL: <https://dev.indepnet.net:8080/glpi/ticket/614>
GLPI <https://dev.indepnet.net:8080/glpi/>
Gestion Libre de Parc Informatique
_______________________________________________
Glpi-bugtrack mailing list
[email protected]
https://mail.gna.org/listinfo/glpi-bugtrack

Répondre à