diff --git a/freesound.py b/freesound.py index c203c05..33734d9 100644 --- a/freesound.py +++ b/freesound.py @@ -244,8 +244,8 @@ def update_max(self, context): preview_location: EnumProperty( items = [ - ('PROJECT', 'Alongside Project', 'Alongside Project'), - ('COMMON', 'Common Folder', 'Common Folder'), + ('PROJECT', 'Project Directory', 'Preview will be stored in the project directory'), + ('COMMON', 'Common Directory', 'Preview will be stored in a common directory specified in preferences'), ], name="Preview Location", default='COMMON', @@ -254,8 +254,8 @@ def update_max(self, context): download_location: EnumProperty( items = [ - ('PROJECT', 'Alongside Project', 'Alongside Project'), - ('COMMON', 'Common Folder', 'Common Folder'), + ('PROJECT', 'Project Directory', 'Preview will be stored in the Project Directory'), + ('COMMON', 'Common Directory', 'Preview will be stored in a common directory specified in preferences'), ], name="Download Location", default='PROJECT',