Attached is a patch to make the 'Administer' links wording in the bread crumb and in the menu's to read 'Dashboard' so everything is uniform and matches the tab at the top of the page.

CommentFileSizeAuthor
Dashboard.patch949 bytesajevans85
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sign’s picture

I guess we need a t function for the first argument as well?

return '<div class="breadcrumb">'. str_replace(t('Administer'), t('Dashboard'), implode(' » ', $breadcrumb)) .'</div>';

ajevans85’s picture

Yes, you are probabily right, i haven't used multilingual but I guess 'Administer' would change depending on the language selected.

sign’s picture

Status: Active » Fixed

committed, thanks!

Status: Fixed » Closed (fixed)

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