From 6f3e79356141be54f6f2140493c3b52a1ee4d041 Mon Sep 17 00:00:00 2001 From: im85288 Date: Fri, 3 Apr 2015 11:02:21 +0100 Subject: [PATCH] slight rewording of dialog message --- resources/lib/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/Utils.py b/resources/lib/Utils.py index d1b5faae..016291dd 100644 --- a/resources/lib/Utils.py +++ b/resources/lib/Utils.py @@ -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")