Using "your Blender Cloud" instead of "your home project".

This commit is contained in:
2016-06-30 14:43:04 +02:00
parent 2190bd795e
commit be99bcb250
2 changed files with 5 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ def blender_syncable_versions(self, context):
bss = context.window_manager.blender_sync_status
versions = bss.available_blender_versions
if not versions:
return [('', 'No settings stored in your home project.', '')]
return [('', 'No settings stored in your Blender Cloud', '')]
return [(v, v, '') for v in versions]