Commit: 8e9a55f1e51daaadf92cd4f8236e3214b8db7c85
Author: Joshua Leung
Date:   Thu Mar 24 23:13:46 2016 +1300
Branches: master
https://developer.blender.org/rB8e9a55f1e51daaadf92cd4f8236e3214b8db7c85

Fix some typos and incorrect tooltips/descriptions

===================================================================

M       source/blender/editors/interface/interface_eyedropper.c

===================================================================

diff --git a/source/blender/editors/interface/interface_eyedropper.c 
b/source/blender/editors/interface/interface_eyedropper.c
index 54649f31..41a0469 100644
--- a/source/blender/editors/interface/interface_eyedropper.c
+++ b/source/blender/editors/interface/interface_eyedropper.c
@@ -168,7 +168,7 @@ typedef struct Eyedropper {
 
        float init_col[3]; /* for resetting on cancel */
 
-       bool  accum_start; /* has mouse been presed */
+       bool  accum_start; /* has mouse been pressed */
        float accum_col[3];
        int   accum_tot;
 } Eyedropper;
@@ -423,7 +423,7 @@ void UI_OT_eyedropper_color(wmOperatorType *ot)
        /* identifiers */
        ot->name = "Eyedropper";
        ot->idname = "UI_OT_eyedropper_color";
-       ot->description = "Sample a data-block from the 3D view";
+       ot->description = "Sample a color from the Blender Window to store in a 
property";
 
        /* api callbacks */
        ot->invoke = eyedropper_invoke;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to