Show
Ignore:
Timestamp:
08/27/11 06:18:51 (2 years ago)
Author:
tm1000
Message:

Adding message about being able to use apps accounts in the module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/googlevoice/page.googlevoice.php

    r12067 r12443  
    189189 
    190190        <tr> 
    191           <td><a href="#" class="info"><?php echo _("Username")?>:<span><?php echo _("Your Google Voice username without the '@gmail.com' portion")?></span></a></td> 
     191          <td><a href="#" class="info"><?php echo _("Username")?>:<span><?php echo _("Your Google Voice username (EG: username@domain.tld) [@gmail.com users can just enter username without '@gmail.com']")?></span></a></td> 
    192192          <td><input size="30" maxlength="30" type="text" name="username" value="<?php echo (isset($username) ? $username : ''); ?>"></td> 
    193193        </tr>