While working on the pt-pt translation, I detected two small typos in node.install.
On line 35, the string
'description' => t('The title of this node, always treated a non-markup plain text.'),
should be
'description' => t('The title of this node, always treated as non-markup plain text.'),
and on line 66, the string
'description' => t('Boolean indicating whether the node should displayed on the front page.'),
should be
'description' => t('Boolean indicating whether the node should be displayed on the front page.'),
I attached a very simple diff with the necessary changes.
Raul
Comments
Comment #1
Garrett Albright commentedI suspect it's too late to fix them in 6.x, but they're both still in place in d7's node.install. Patch attached.
Comment #2
david straussThe procedure is to fix it in Drupal 7 and backport it to previous versions with the same typo.
Comment #3
jpoesen commentedUnable to apply the patch. It should have been created from the Drupal root.
Comment #4
jpoesen commentedRe-rolled the patch from Drupal root. Applied it and works as advertised.
Comment #5
catchLooks good, RTBC.
Comment #6
dries commentedCommitted to CVS HEAD and DRUPAL-6. Thanks! :)
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.