Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek0055 committed Dec 30, 2023
1 parent 328d0b0 commit c009ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object_texture/texture_props.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class TMUnlimiterTextureProps( bpy.types.PropertyGroup ) :

filepath: bpy.props.StringProperty(
name = "File path",
description = "Texture file path relative to the \"Texures\" directory"
description = "Texture file path relative to the \"Data\" directory"
)

filtering: bpy.props.EnumProperty(
Expand Down

0 comments on commit c009ddc

Please sign in to comment.