go to home.xml find theses lables by either the number, so you need to go into your language area in your skin, now find english. open the file thats inside, i think its like a xml or other file.
go to find on your notepad and type in what your looking for.
match the name with your number so say you want (examples only) videos and the number is 32111 then find the number in home.xml
once you find this you will see that it comes up and it will say video, now change the name also, now it should look something like this
Code: Select all
<item id="7">
<label>2600</label>
<onclick>ActivateWindow(Weather)</onclick>
<icon>icon-weather.png</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HideHomeButtonWeather)</visible>
</item>
item id stays like that, but you need to change only the <label> and <onclick> here only, no icons sicne this skin dont use icons only label
video,
when i got time i can help you, over the weekend i think i can, but if you manage to get it right then try it.
i work tomorrow so ill be out around 430 and i can then do this for you.
i been wanting to add recently added media but still thinking about it lol
goodluck