Closed (fixed)
Project:
RootCandy
Version:
6.x-1.0-rc5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2009 at 11:37 UTC
Updated:
14 Apr 2009 at 13:10 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| Dashboard.patch | 949 bytes | ajevans85 |
Comments
Comment #1
sign commentedI 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>';Comment #2
ajevans85 commentedYes, you are probabily right, i haven't used multilingual but I guess 'Administer' would change depending on the language selected.
Comment #3
sign commentedcommitted, thanks!