Download & Extend

Changing 'My workspace' link text

Project:Workspace
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)
Issue tags:header, table, workspace

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

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

Status:fixed» closed (fixed)

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

nobody click here