> In the server directory is a file called strings.txt. The file contains > this .... > > JIVE_DELETE_PLAYLIST > DA Slet afspilningsliste\n%s > DE Wiedergabeliste löschen\n%s > EN Delete Playlist\n%s
That's correct and doesn't mean those strings should show up on your Controller: %s is a placeholder which would be replaced with the playlist's name. -- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
