diff --strip-trailing-cr -d'ruNF^function' securepages.old/securepages.module securepages/securepages.module --- securepages.old/securepages.module 2006-05-27 20:01:13.000000000 +0300 +++ securepages/securepages.module 2006-05-31 01:24:21.000000000 +0300 @@ -41,7 +41,7 @@ function securepages_settings() { '#type' => 'radios', '#title' => t('Pages which will be be secure'), '#default_value' => variable_get('securepages_secure', 1), - '#options' => array(t('Show on every page except the listed pages.'), t('Show on only the listed pages.')), + '#options' => array(t('Make secure every page except the listed pages.'), t('Make secure only the listed pages.')), ); $form['securepages_pages'] = array( '#type' => 'textarea',