Line 120:
'#description' => t("This setting controlls wether or not the node title is displayed when viewing the node. The title field is going to appear on the 'create node' form regardless of these settings. To avoid its display and automatically create nodetitles ou can use the module !url", array('!url' => l(t('Automatic Nodetitles'), 'http://drupal.org/project/auto_nodetitle', $options = array('attributes' => array('target' => '_blank'))))),

should be changed to :
'#description' => t("This setting controls whether or not the node title is displayed when viewing the node. The title field is going to appear on the 'create node' form regardless of these settings. To avoid its display and automatically create nodetitles or can use the module !url", array('!url' => l(t('Automatic Nodetitles'), 'http://drupal.org/project/auto_nodetitle', $options = array('attributes' => array('target' => '_blank'))))),

Sorry I don't know how to use patch things.

Regards,
John

Comments

nupur.lohokare’s picture

Assigned: Unassigned » nupur.lohokare
Issue summary: View changes
nupur.lohokare’s picture

Assigned: nupur.lohokare » Unassigned
Status: Active » Needs review
StatusFileSize
new1.65 KB

Hi Clean,

Found the issue you mentioned.
Changed the description to -
#description' => t("This setting controls whether or not the node title is displayed when viewing the node. The title field is going to appear on the 'create node' form regardless of these settings. To avoid its display and automatically create nodetitles you can use the module !url", array('!url' => l(t('Automatic Nodetitles'), 'http://drupal.org/project/auto_nodetitle', $options = array('attributes' => array('target' => '_blank'))))),

Thanks
Nupur

vipul.patil7888’s picture

Status: Needs review » Reviewed & tested by the community

Hi,

I have tested the patch and it looks good.

Thanks,
Vipul

  • ram4nd committed 585a200 on 7.x-2.x authored by nupur.lohokare
    Issue #1213890 by nupur.lohokare, vipul.patil7888: Typo in settings_node...
ram4nd’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.