refactored code to use strings.xml

This commit is contained in:
robweber
2012-09-12 10:02:33 -05:00
parent 9bda2055b3
commit 17a4e8ad3d
3 changed files with 22 additions and 7 deletions

View File

@ -28,7 +28,7 @@ class BackupScheduler:
if(self.next_run <= now):
if(utils.getSetting('run_silent') == 'false'):
utils.showNotification("Starting scheduled backup")
utils.showNotification(utils.getString(30053))
#run the job in backup mode, hiding the dialog box
backup = XbmcBackup()
backup.run(XbmcBackup.Backup,True)