Hello Everyone,
How do I change an existing Shortcut Title?
For example:
Within Bug Tracker
Change Report Bugs to Configure New System
Change Bugs to Systems
Best Regards,
Mike
Hello Everyone,
How do I change an existing Shortcut Title?
For example:
Within Bug Tracker
Change Report Bugs to Configure New System
Change Bugs to Systems
Best Regards,
Mike
Hi there
What version are you working on?
Version 5.5.2 (Build 1224)
Take a look at the script modules/Bugs/Menu.php
You will see some code regarding the shortcut menu items. Some informations regards the label, like "LNK_NEW_BUG", "LNK_BUG_LIST". You have to create an extended language for Bugs in order to override the translation of such labels.
custom/Extension/modules/Bugs/Ext/Language/en_us.lang.ext.php
Obviously you have to create the folders and file if they don´t exist.PHP Code:<?PHP
$mod_strings['LNK_BUG_LIST'] = 'Something you like';
?>
After updating the file go to Admin -> Repair -> Quick Repair and Rebuild
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks