Closed (won't fix)
Project:
Secure Pages
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2008 at 21:57 UTC
Updated:
22 Aug 2011 at 21:23 UTC
Simply interface issue. When installing it reports the following message: Secure pages needs to be enabled on !setting
!setting should be !settings
drupal_set_message(t('Secure pages needs to be enabled on !setting', array('!settings' => l(t('admin/settings/securepages'), 'admin/settings/securepages'))));
Change to:
drupal_set_message(t('Secure pages needs to be enabled on !settings', array('!settings' => l(t('admin/settings/securepages'), 'admin/settings/securepages'))));
Comments
Comment #1
avf commentedSecure login -> Secure pages
Comment #2
grendzy commentedThe 5.x branch is no longer supported. If this issue is still present in a current version of Secure Pages, please update the issue summary, change the version field, and re-open the issue.