Merge pull request #306 from shinji-s/adhoc_fix

Change wording of a message slightly so that a user will not
pull/309/head
multibootusb 6 years ago committed by GitHub
commit fe6e475d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -280,7 +280,8 @@ Are you SURE you want to enable it?",
log('Persistence Max Size: ' + str(bytes2human(per_max_size)))
else:
config.persistence_available = False
log('Persistence is not available for ' + iso_name(config.image_path))
log('Persistence support is not available for '
+ iso_name(config.image_path))
self.ui_update_persistence()
else:

Loading…
Cancel
Save