Changing 'My workspace' link text
sam.e2 - January 22, 2009 - 15:57
| Project: | Workspace |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
| Issue tags: | header, table, workspace |
Jump to:
Description
Hi,
I can't find where in the code to change the text of the link that appears to users called 'My workspace'.
I tried changing "'title' => 'My workspace'" but it didn't seem to make any difference.
Also, I'd consifer adding a method of chaging this from within the workspace config page in the drupal admin pages, in case other users encounter the same need.
Thanks!

#1
Have you tried changing the Navigation menu item name?
#2
Yes I did that and it solved the problem :) Thanks
#3
Additionally, the workspace.module file can be edited so the heading above the table can be different, change lines 133, 207
drupal_set_title(t('Workspace: @name', array('@name' => $account->name)));to something like
drupal_set_title(t('@name's content', array('@name' => $account->name)));#4
No Workspace specific problem. Setting this to "fixed".
You could also use Drupal's core Locale module. Or you can do a whole new translation using the .pot file in the translations folder an import it.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.