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.uialarm.inc.php

    r29 r204  
    202202                                if ($to_delete) 
    203203                                { 
    204                                         $this->template->set_var('delete_button',$this->html->submit_button('delete','Delete',"return confirm('".lang("Are you sure\\nyou want to\\ndelete these alarms?")."')")); 
     204                                        $this->template->set_var('delete_button',$this->html->submit_button('delete','Delete',"return confirm('".lang("Are you sure want to delete these alarms?")."')")); 
    205205                                } 
    206206                                $this->template->parse('rows','buttons',True); 
Note: See TracChangeset for help on using the changeset viewer.