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
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

khawaja - February 17, 2009 - 22:04

Have you tried changing the Navigation menu item name?

#2

sam.e2 - February 18, 2009 - 08:58

Yes I did that and it solved the problem :) Thanks

#3

crutch - May 23, 2009 - 02:59

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

Frank Ralf - July 14, 2009 - 14:42
Status:active» fixed

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

System Message - July 28, 2009 - 14:50
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.