mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-23 02:54:34 +02:00
added string for restore browser
This commit is contained in:
@ -317,7 +317,7 @@ class XbmcBackup:
|
||||
return
|
||||
|
||||
restoreSets = [n['name'] for n in valFile['directories']]
|
||||
selectedSets = xbmcgui.Dialog().multiselect('Choose Sets to Restore',restoreSets)
|
||||
selectedSets = xbmcgui.Dialog().multiselect(utils.getString(30131),restoreSets)
|
||||
|
||||
|
||||
if(selectedSets != None):
|
||||
|
Reference in New Issue
Block a user