can change title of menu?
can i change the title of menu for k750i??
i want to change that menu like camera to cybershot..
it is posible to change it...can somebody give some tutorial for this..
or show me where in menu.ml can i change that title...
please...
thanks..
NizRiey© K750i
:):):):):):)
Re: can change title of menu?
First make a backup from menu.ml in case something goes wrong. Open the menu.ml with a simple text editor like Notepad. Search for
Code:
<element id="Camera">
. In next line change the
Code:
<label type="name" textid="MENU_CAMI_TXT"/>
to
Code:
<label type="name"><text>Cybershot(you will see this instead of Camera)</text></label>
.
Re: can change title of menu?
you can do that with menu editor,its simple