Merge branch 'extended-cookie'
[scuttle] / templates / login.tpl.php
index 61955afa5ea6059d85c2bd69bbb66861087fb158..c3a4f2687ebe1d14c93fd1a66acfc2cee2aba3cd 100644 (file)
@@ -11,7 +11,7 @@
     <tr>
         <th align="left"><label for="password"><?php echo T_('Password'); ?></label></th>
         <td><input type="password" id="password" name="password" size="20" /></td>
-        <td><label><input type="checkbox" name="keeppass" value="yes" /> <?php echo T_("Don't ask for my password for 2 weeks"); ?>.</label></td>
+        <td><label><input type="checkbox" name="keeppass" value="yes" /> <?php echo T_("Keep me logged in"); ?>.</label></td>
     </tr>
     <tr>
         <td></td>
@@ -27,4 +27,4 @@ $(function() {
 });
 </script>
 
-<?php $this->includeTemplate($GLOBALS['bottom_include']); ?>
\ No newline at end of file
+<?php $this->includeTemplate($GLOBALS['bottom_include']); ?>

Benjamin Mako Hill || Want to submit a patch?