@
wags1
All settings you see in the skin settings and other places, like the top menu, customize main menu, you find in the settings.xml file.
The file settings.xml you find in your userdata
Here the path windows
users/yourname/appdata/roaming/kodi/userdata/addon_data/skin.aeonmq9/settings.xml
look for " <setting id="view-01.customlabel" type="string">RIGHT LIST</setting>
If you see that only is added after you change the string using rename in the menu. Don´t appear in the settings.xml to change manually, if you don´t use the options to rename via RENAME Option.
The only option is to create all code manually
Edit settings.xml and add after this line
<setting id="submenu23.2.customlabel" type="string"></setting>
<setting id="view-01.customlabel" type="string">RIGHT LIST</setting>
<setting id="view-02.customlabel" type="string">SECOND ITEM</setting>
Userdata in others OS
AndroidAndroid/data/org.xbmc.kodi/files/.kodi/userdata/ (see note)
iOS/private/var/mobile/Library/Preferences/Kodi/userdata/
LibreELEC/storage/.kodi/userdata/
Linux~/.kodi/userdata/
Mac/Users/<your_user_name>/Library/Application Support/Kodi/userdata/
Nvidia Shield (SMB)smb://<nvidiashieldurl>/internal/Android/data/org.xbmc.kodi/files/.kodi/userdata
OSMC/home/osmc/.kodi/userdata/
tvOS/private/var/mobile/Library/Preferences/Kodi/userdata/
Windows Portable<Install location chosen by you>\portable_data\userdata\
Windows via Microsoft Store%LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\
Windows Xbox%LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\
Note: In some Android setups the path may be slightly different to the one stated above.
Be careful, I don´t recommend changing the file manually, is possibly broken the skin with one simple type error.