diff --git a/launcher.py b/launcher.py index b1ddb0a..4494ac4 100644 --- a/launcher.py +++ b/launcher.py @@ -13,7 +13,7 @@ def authorize_cloud(cloudProvider): authorizer = DropboxAuthorizer() if(authorizer.authorize()): - xbmcgui.Dialog().ok(utils.getString(30010), '%s %s' %(utils.getString(30027), utils.getString(30106))) + xbmcgui.Dialog().ok(utils.getString(30010), '%s %s' % (utils.getString(30027), utils.getString(30106))) else: xbmcgui.Dialog().ok(utils.getString(30010), '%s %s' % (utils.getString(30107), utils.getString(30027)))