Ignore:
Timestamp:
03/05/08 16:23:24 (16 years ago)
Author:
niltonneto
Message:

Ver Ticket #148:

  • Aplicação do patch para o pSync;
  • Tradução no alarme da agenda;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.uiholiday.inc.php

    r2 r204  
    384384                        $p->set_file(Array('form'=>'delete_common.tpl','form_button'=>'form_button_script.tpl')); 
    385385                 
    386                         $p->set_var('messages',lang('Are you sure you want to delete this Country ?')."<br>".$this->bo->locales[0]); 
     386                        $p->set_var('messages',lang('Are you sure want to delete this Country?')."<br>".$this->bo->locales[0]); 
    387387 
    388388                        $var = Array( 
     
    424424                        $p->set_file(Array('form'=>'delete_common.tpl','form_button'=>'form_button_script.tpl')); 
    425425                 
    426                         $p->set_var('messages',lang('Are you sure you want to delete this holiday ?')."<br>".$holiday['name'].' ('.$this->bo->locales[0].') '.$this->bo->rule_string($holiday)); 
     426                        $p->set_var('messages',lang('Are you sure want to delete this holiday?')."<br>".$holiday['name'].' ('.$this->bo->locales[0].') '.$this->bo->rule_string($holiday)); 
    427427 
    428428                        $var = Array( 
Note: See TracChangeset for help on using the changeset viewer.