Posted by sam.e2 on January 22, 2009 at 3:57pm
Jump to:
Issue Summary
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!
Comments
#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.