Changeset 1670 for trunk/calendar


Ignore:
Timestamp:
11/18/09 14:46:31 (14 years ago)
Author:
eduardoalex
Message:

Ticket #765 - Adicionada a traducao no lang e divido texto do lang em duas partes

Location:
trunk/calendar
Files:
2 edited

Legend:

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

    r1645 r1670  
    949949                                                'action_url_button'     => $this->page('delete','&cal_id='.$cal_id), 
    950950                                                'action_text_button'    => lang('Delete Single'), 
    951                                                 'action_confirm_button' => "onClick=\"return confirm('".lang('Are you sure want to delete this single occurence?\\nThis will delete this entry for all users.')."')\"", 
     951                                                'action_confirm_button' => "onClick=\"return confirm('".lang('Are you sure want to delete this single occurence?').'\\n'.lang('This will delete this entry for all users.')."')\"", 
    952952                                                'action_extra_field'    => $this->html->input_hidden(array( 
    953953                                                        'delete_type' => 'single', 
Note: See TracChangeset for help on using the changeset viewer.