Fix for new cleanonupdate verification

This commit is contained in:
angelblue05 2017-07-28 20:44:40 -05:00
parent 82c02594cb
commit fdce20d172
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ def verify_advancedsettings():
except: pass
etree.ElementTree(root).write(xmlpath)
xbmcgui.Dialog().ok(heading=language(29999), line1=language(33096))
xbmcgui.Dialog().ok(heading=language(29999), line1=language(33097))
xbmc.executebuiltin('RestartApp')
return True
return