Closed (fixed)
Project:
Page Title
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2009 at 18:34 UTC
Updated:
8 Dec 2009 at 17:40 UTC
When editing nodes, I find end-users get endlessly confused with the default text for the page_title module.
Here are my replacement text suggestions to make it easier for end-users to understand the purpose of the page_title field in the node-edit form. This is at line 135 in page_title.module 6.x-2.2:
'#title' => t('Page description for search engines'),
'#description' => t('Provide a description of this page that search engines can use in search result listings (optional).'),
Comments
Comment #1
nicholasthompsonApplied in dev for all branches. Thanks for the suggestion.
Comment #2
ob3ron commentedThank you! :)