Changeset 1045

Show
Ignore:
Timestamp:
09/17/08 18:17:44 (4 months ago)
Author:
rach
Message:

Correct Label

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/customer/A2B_entity_callerid.php

    r1042 r1045  
    8888                        <tr class="bgcolor_001" > 
    8989                                <td align="center" valign="middle"> 
    90                                         <b><i> <?php  echo gettext("You are not allowed to add more CallerID. Remove one if you are willing to use an other CallerID.");?> </i> </b> 
     90                                        <b><i> <?php  echo gettext("You are not allowed to add more CallerID."); 
     91                                        echo "<br/>"; 
     92                                         echo gettext("Remove one if you are willing to use an other CallerID.");?> </i> </b> 
    9193                                        <br/> 
    9294                                        <?php echo gettext("Max CallerId");?> &nbsp;:&nbsp; <?php echo $A2B->config["webcustomerui"]['limit_callerid'] ?> 


Google