Index: autologout.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/autologout/Attic/autologout.admin.inc,v
retrieving revision 1.1.4.3
diff -r1.1.4.3 autologout.admin.inc
24c24
<     '#description' => t('The length of inactivity time, in seconds, before Automated Logout.  Must be 60 seconds or greater.')
---
>     '#description' => t('The length of inactivity time, in seconds, before automated logout.  Must be 60 seconds or greater.')
38c38
<     '#description' => t('Select which roles should be forced to logout.'),
---
>     '#description' => t('Select which roles should be forced to log out.'),
60c60
<     '#title' => t('Message to display in the logout dialog.'),
---
>     '#title' => t('Message to display in the logout dialog'),
63c63
<     '#description' => t('This message must be plain text as it might appear in a javascript confirm dialog.')
---
>     '#description' => t('This message must be plain text as it might appear in a JavaScript confirm dialog.')
77c77
<    '#description' => t('If checked, than users will be auto logged out when administering the site.')
---
>    '#description' => t('If checked, than users will be automatically logged out when administering the site.')
97c97
< }
\ No newline at end of file
---
> }
