Revision: 38596
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38596
Author:   campbellbarton
Date:     2011-07-22 00:31:24 +0000 (Fri, 22 Jul 2011)
Log Message:
-----------
fix [#28053] New material tooltip

Modified Paths:
--------------
    trunk/blender/source/blender/editors/render/render_shading.c

Modified: trunk/blender/source/blender/editors/render/render_shading.c
===================================================================
--- trunk/blender/source/blender/editors/render/render_shading.c        
2011-07-21 23:36:17 UTC (rev 38595)
+++ trunk/blender/source/blender/editors/render/render_shading.c        
2011-07-22 00:31:24 UTC (rev 38596)
@@ -108,7 +108,7 @@
        /* identifiers */
        ot->name= "Add Material Slot";
        ot->idname= "OBJECT_OT_material_slot_add";
-       ot->description="Add a new material slot or duplicate the selected one";
+       ot->description="Add a new material slot";
        
        /* api callbacks */
        ot->exec= material_slot_add_exec;

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

Reply via email to