small changes to progress dialog and working of restart message

This commit is contained in:
shaun 2015-03-21 14:15:34 +11:00
parent 960cec8163
commit 7c7b4b375f
3 changed files with 8 additions and 18 deletions

View file

@ -70,7 +70,7 @@ def checkKodiSources():
rebootRequired = KodiAdvancedSettingsCheck()
if rebootRequired:
ret = xbmcgui.Dialog().yesno(heading="Emby Sync service", line1="A restart of Kodi is needed to apply changes.", line2="Synchronisation will not start before the reboot.", line3="Do you want to reboot now ?")
ret = xbmcgui.Dialog().yesno(heading="Emby Sync service", line1="A restart of Kodi is needed to apply changes.", line2="Synchronisation will not start before the restart.", line3="Do you want to restart now?")
if ret:
xbmc.executebuiltin("RestartApp")
else: