Skip to content

Commit fbe316f

Browse files
committed
mention error diffusion in tooltip
1 parent 8a2bb2f commit fbe316f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

rct-graphics-helper/properties/general_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class GeneralProperties(bpy.types.PropertyGroup):
9696

9797
dithering_strength = bpy.props.IntProperty(
9898
name = "Dithering Strength",
99-
description = "Floyd-Steinberg dithering strength",
99+
description = "Floyd-Steinberg error diffusion",
100100
default = 35,
101101
min = 1,
102102
max = 100
-448 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)