Changeset 4598


Ignore:
Timestamp:
06/11/11 15:23:28 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1996 - Mensagem incorreta ao adicionar grupo duplicado

Location:
branches/2.2.0.1/contactcenter
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/contactcenter/inc/class.ui_data.inc.php

    r4471 r4598  
    20472047                        { 
    20482048                                echo serialize(array( 
    2049                                         'msg'    => lang('Problems on adding your Contact. No Contact added!'). 
     2049                                        'msg'    => lang("Problems on adding your Group. Be sure that a group with this name do not exists"). 
    20502050                                            "\n".$acumulatedErrors, 
    20512051                                        'status' => 'error' 
     
    20762076                                else { 
    20772077                                        echo serialize(array( 
    2078                                                 'msg'    => lang('Problems on adding your Contact. No Contact added!'), 
     2078                                                'msg'    => lang("Could\'nt remove group with id: %1", $id), 
    20792079                                                'status' => 'error' 
    20802080                                        )); 
Note: See TracChangeset for help on using the changeset viewer.