Results 1 to 4 of 4

Thread: Edit Shortcut Menu Titles

  1. #1
    Join Date
    Jan 2011
    Posts
    5

    Default Edit Shortcut Menu Titles

    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

  2. #2
    ozz_ is offline Member
    Join Date
    Jan 2011
    Posts
    7

    Default Re: Edit Shortcut Menu Titles

    Hi there
    What version are you working on?

  3. #3
    Join Date
    Jan 2011
    Posts
    5

    Default Re: Edit Shortcut Menu Titles

    Version 5.5.2 (Build 1224)

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Edit Shortcut Menu Titles

    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

    PHP Code:
    <?PHP
    $mod_strings
    ['LNK_BUG_LIST'] = 'Something you like';
    ?>
    Obviously you have to create the folders and file if they don´t exist.
    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Subitems in shortcut menu
    By FraSand in forum Developer Help
    Replies: 2
    Last Post: 2010-11-11, 10:09 AM
  2. Shortcut Menu Question
    By bcunningham90 in forum General Discussion
    Replies: 4
    Last Post: 2010-07-02, 05:01 PM
  3. How to Add informations on Left Menu (shortcut menu)
    By kinshibuya in forum Developer Help
    Replies: 1
    Last Post: 2010-06-02, 07:19 PM
  4. Shortcut Menu Error
    By Blissinmycoffee in forum Help
    Replies: 0
    Last Post: 2010-01-26, 07:51 PM
  5. Shortcut menu gone! How do I get it back?
    By jim.thornton in forum Developer Help
    Replies: 0
    Last Post: 2009-03-27, 05:34 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •