Let help text displayed in sub administration pages.

Thanks, Ralf

Comments

webchick’s picture

Version: x.y.z » 6.x-dev
Status: Needs review » Needs work

Because this changes strings, it needs to go against 6.x, as 5.x is in a string freeze.

Also, try and avoid escaping things whenever possible. Rather than:

t('Manage your site\'s content.')

do:

t("Manage your site's content.")

Otherwise, I think the patch looks good.

rstamm’s picture

Status: Needs work » Needs review
StatusFileSize
new4.75 KB

rerolled

Patch uses the same strings like on the main admin page.

rstamm’s picture

StatusFileSize
new4.36 KB

Patch rerolled.

catch’s picture

Status: Needs review » Needs work

Needs another re-roll.

rstamm’s picture

Status: Needs work » Needs review
StatusFileSize
new4.69 KB

Patch rerolled.

keith.smith’s picture

Version: 6.x-dev » 7.x-dev
Component: base system » documentation

Bumping to 7.x in light of 6.x-dev's string freeze as of RC1.

birdmanx35’s picture

Status: Needs review » Needs work

This patch no longer applies cleanly to core.

sutharsan’s picture

Component: documentation » usability

Moving all usability issues to Drupal - component usability.

aspilicious’s picture

Component: usability » ajax system
Status: Needs work » Closed (fixed)

We have lots of extra commentss/text to help end users in d7 now :)