diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.cc b/source/blender/editors/sculpt_paint/paint_image_proj.cc
index b42be1b06951758e93e030caaf3fd71f7974ab07..adc1ff8bc921a1cde539562a40c3de0b3bdda060 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.cc
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.cc
@@ -6511,7 +6511,7 @@ enum {
 
 static const EnumPropertyItem layer_type_items[] = {
     {LAYER_BASE_COLOR, "BASE_COLOR", 0, "Base Color", ""},
-    {LAYER_SPECULAR, "SPECULAR", 0, "Specular", ""},
+    {LAYER_SPECULAR, "SPECULAR", 0, "Specular IOR Level", ""},
     {LAYER_ROUGHNESS, "ROUGHNESS", 0, "Roughness", ""},
     {LAYER_METALLIC, "METALLIC", 0, "Metallic", ""},
     {LAYER_NORMAL, "NORMAL", 0, "Normal", ""},