Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2008-03-30 05:53:05 +0400
committerMartin Poirier <theeth@yahoo.com>2008-03-30 05:53:05 +0400
commit3c0466ed31dbd2f1151076a4fcde440c9056abea (patch)
tree0a493119a6e77aa28fe1d42fb556fceeb5d85c26 /source/blender/src/buttons_shading.c
parent2f1420301d2b750c8bdd8d686398f90545dd22b5 (diff)
[#8796] 2.46RC1 -- Incorrect Tool Tip on Ray Transp Gloss Button
Diffstat (limited to 'source/blender/src/buttons_shading.c')
-rw-r--r--source/blender/src/buttons_shading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/buttons_shading.c b/source/blender/src/buttons_shading.c
index 2e5379828f5..e4a271ffc28 100644
--- a/source/blender/src/buttons_shading.c
+++ b/source/blender/src/buttons_shading.c
@@ -3625,7 +3625,7 @@ static void material_panel_tramir(Material *ma)
uiBlockBeginAlign(block);
uiDefButF(block, NUMSLI, B_MATPRV, "Gloss: ",
- X2CLM2, yco-=BUTH, BUTW2, BUTH, &(ma->gloss_tra), 0.0, 1.0, 100, 0, "The clarity of the refraction. Values < 1.0 give diffuse, blurry reflections ");
+ X2CLM2, yco-=BUTH, BUTW2, BUTH, &(ma->gloss_tra), 0.0, 1.0, 100, 0, "The clarity of the refraction. Values < 1.0 give diffuse, blurry refractions");
uiDefButS(block, NUM, B_MATPRV, "Samples:",
X2CLM2, yco-=BUTH, BUTW2, BUTH, &(ma->samp_gloss_tra), 0.0, 1024.0, 100, 0, "Number of cone samples averaged for blurry refractions");
uiDefButF(block, NUM, B_MATPRV, "Thresh: ",