updated strings.xml

This commit is contained in:
robweber 2012-11-06 13:09:33 -06:00
parent 755e212b26
commit da5d98a344
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,8 @@
<string id="30052">Writing file</string>
<string id="30053">Starting scheduled backup</string>
<string id="30054">Removing backup</string>
<string id="30056">Check log for Dropbox authorize URL</string>
<string id="30057">Click OK when authorized</string>
<string id="30060">Enable Scheduler</string>
<string id="30061">Schedule</string>

View File

@ -74,7 +74,7 @@ class DropboxFileSystem(Vfs):
#print url in log
utils.log("Authorize URL: " + url)
xbmcgui.Dialog().ok(utils.getString(30010),"Check Log For Dropbox Authorize URL","Click OK When Authorized")
xbmcgui.Dialog().ok(utils.getString(30010),utils.getString(30056),utils.getString(30057))
#if user authorized this will work
user_token = sess.obtain_access_token(token)