Found it! It's always the tiny stuff that brings us to grief. I'll put out a new version of Saturn in the next day or two (I've got some other changes to take care of, as well). In the meantime, launch jAlbum, select
Saturn, then choose
Tools, Skin developer, Edit skin files. Go to the
predir.groovy tab, and scroll down to line 41. Change:
else ctlocInsertTopinfo = cleanStringNobreaks(locInsertTopinfo);
to:
else ctLocInsertTopinfo = cleanStringNobreaks(locInsertTopinfo);
Don't see the difference? Neither did I, for about an hour. It's the capital "L" in that variable name. You can just copy and paste from this post.