slight rewording of dialog message

This commit is contained in:
im85288 2015-04-03 11:02:21 +01:00
parent 32db5aaa08
commit 6f3e793561

View file

@ -182,6 +182,6 @@ def reset():
# remove old entries from sources.xml
dialog = xbmcgui.Dialog()
dialog.ok('Emby Reset', 'Reset of Emby has completed, you need to restart.')
dialog.ok('Emby Reset', 'Reset of Emby has completed, kodi will now restart to apply the changes.')
xbmc.executebuiltin("RestartApp")