Changeset 6658

Show
Ignore:
Timestamp:
09/08/08 14:16:22 (5 years ago)
Author:
mickecarlsson
Message:

Fixes spelling error in daynight and adds swedish language

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/daynight/page.daynight.php

    r6300 r6658  
    173173  </tr> 
    174174  <tr> 
    175     <td><a href="#" class="info"><?php echo _("Optional Password")?>:<span><?php echo _('You can optionally include a password to authenticate before toggling the day/night mode. If left blank anyone can use the feature code will be un-protected')?></span></a></td> 
     175    <td><a href="#" class="info"><?php echo _("Optional Password")?>:<span><?php echo _('You can optionally include a password to authenticate before toggling the day/night mode. If left blank anyone can use the feature code and it will be un-protected')?></span></a></td> 
    176176    <td><input size="12" type="text" name="password" value="<?php  echo $password ?>" tabindex="<?php echo ++$tabindex;?>"> 
    177177    </td>