How to chnage Labels(Sub panels etc) and upgrade safe them
Hi people,
There are other posts which talk about this same issue. But i thought to give a detailed version of it.
You have a custom module and you have kept the first letter of the module name as small letter eg. custom
Now you want to change this to capital and change all the labels that start with custom to have Custom as Label etc.
Step 1: Goto custom/Extension/module/<custom module>/Ext/Language/en_us.<custom module>.php
here you will see then name of your module in small letter change it to capital.
Step 2: So we changed one label what about the rest of them that starts with the small letter custom.
How do we change them. Simple what i do is that i copy the en_us.lang.php from
module/<custom_module>/language/en_us.lang.php
to custom/Extension/module/<custom module>/Ext/Language/
Make the changes that you need to do all small letter custom to capital letter Custom
eg. Custom List, Create Custom etc.
Step 3: Goto Admin -> Repair -> Rebuild Extensions or Quick Repair and Rebuild (Depends on Version).
And Eureka that would pretty much solve your problems.
If Im missing some step or If i have made a mistake feel free to rectify it.
Hope it is helpful !!!
If It Is To Be, It Is Up To Me
Bookmarks