--- misc/xbmc/plugin.video.todic/default.py 2011/11/27 13:09:32 1634 +++ misc/xbmc/plugin.video.todic/default.py 2011/11/28 19:02:04 1640 @@ -33,7 +33,7 @@ u = sys.argv[0] + "?mode=1&name=" + urllib.quote_plus(name) + "&url=" + urllib.quote_plus(url) ok = xbmcplugin.addDirectoryItem(handle = int(sys.argv[1]), url = u, listitem = listitem, isFolder = True, totalItems = l) - listitem = xbmcgui.ListItem(label = "Søg ...", iconImage = 'DefaultFolder.png', thumbnailImage = 'DefaultFolder.png') + listitem = xbmcgui.ListItem(label = "Søg film ...", iconImage = 'DefaultFolder.png', thumbnailImage = 'DefaultFolder.png') u = sys.argv[0] + "?mode=10&name=" + urllib.quote_plus(name) ok = xbmcplugin.addDirectoryItem(handle = int(sys.argv[1]), url = u, listitem = listitem, isFolder = True, totalItems = l)