We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2bb2f commit f951609Copy full SHA for f951609
1 file changed
rct-graphics-helper/properties/general_properties.py
@@ -96,7 +96,7 @@ class GeneralProperties(bpy.types.PropertyGroup):
96
97
dithering_strength = bpy.props.IntProperty(
98
name = "Dithering Strength",
99
- description = "Floyd-Steinberg dithering strength",
+ description = "Floyd-Steinberg error diffusion",
100
default = 35,
101
min = 1,
102
max = 100
0 commit comments