Bug #310
closed"System Info" and "OK" labels change after installing addons
0%
Description
This happens for sure every time a new addon is installed (on any skin). I know it happens other times aside from this but can't reproduce it at will such as in this example. Here's a log of me installing an addon with before and after pics of what I'm describing (this has been happening for quite a long time, and tracking it down may very well be difficult because I honestly have no idea when it started happening).
log: http://pastebin.com/ZDQ0MP36
"System Info" (ShutdownMenu):<label>$LOCALIZE[130]</label>
After an addon is installed (or a script has been run?) the label changes to "IMPOSSIBLE TO DELETE THIS DIRECTORY"
"OK" (FileBrowser):<label>$LOCALIZE[186]</label>
After installing it changes to "CALCULATING FOLDER SIZE"
Files
Updated by buzz over 10 years ago
thanks for this - I think I've seen this before. The addons4xbox installer for some reason has decided to use string values from 110+ rather than the correct range which is reserved for addons. Somewhat annoying, and will need to move them and change any references in the code. the addons4xbox installer is still somewhat of a mess, despite some cleanups I have made.
Updated by buzz over 10 years ago
- Status changed from New to Closed
- Resolution set to fixed
Should be fixed in 32854. Please do update and let me know.
Updated by byron over 10 years ago
Yea, just tried it out and it looks like you took care of it. If I notice any other labels out of place I'll post back here...nice work.