put all strings in strings.xml

This commit is contained in:
Rob Weber
2017-01-31 08:16:54 -06:00
parent 49f6ae5270
commit b1d16df817
3 changed files with 9 additions and 6 deletions

View File

@ -130,7 +130,7 @@ class DropboxFileSystem(Vfs):
self.client = authorizer.getClient()
else:
#tell the user to go back and run the authorizer
xbmcgui.Dialog().ok(utils.getString(30010),"Authorize this remote service in the settings first")
xbmcgui.Dialog().ok(utils.getString(30010),utils.getString(30105))
sys.exit()
def listdir(self,directory):
@ -243,7 +243,7 @@ class GoogleDriveFilesystem(Vfs):
self.drive = authorizer.getClient()
else:
#tell the user to go back and run the authorizer
xbmcgui.Dialog().ok(utils.getString(30010),"Authorize this remote service in the settings first")
xbmcgui.Dialog().ok(utils.getString(30010),utils.getString(30105))
sys.exit()
#make sure we have the folder we need