mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
slight rewording of dialog message
This commit is contained in:
parent
32db5aaa08
commit
6f3e793561
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue