[Bf-blender-cvs] [55397c6] master: Usual minor UI messages fixes...

Bastien Montagne noreply at git.blender.org
Thu Dec 26 17:31:53 CET 2013


Commit: 55397c690decac67f941f565af2155116b0e6a99
Author: Bastien Montagne
Date:   Thu Dec 26 17:15:40 2013 +0100
https://developer.blender.org/rB55397c690decac67f941f565af2155116b0e6a99

Usual minor UI messages fixes...

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

M	release/scripts/startup/bl_operators/object.py
M	source/blender/makesrna/intern/rna_modifier.c

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

diff --git a/release/scripts/startup/bl_operators/object.py b/release/scripts/startup/bl_operators/object.py
index 870019a..977375f 100644
--- a/release/scripts/startup/bl_operators/object.py
+++ b/release/scripts/startup/bl_operators/object.py
@@ -851,7 +851,7 @@ class LodClearAll(Operator):
 
 
 class LodGenerate(Operator):
-    """Generates levels of detail using the decimate modifier"""
+    """Generate levels of detail using the decimate modifier"""
     bl_idname = "object.lod_generate"
     bl_label = "Generate Levels of Detail"
     bl_options = {'REGISTER', 'UNDO'}
diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index 84ee2b1..de002bd 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -80,7 +80,7 @@ EnumPropertyItem modifier_type_items[] = {
 	{eModifierType_Solidify, "SOLIDIFY", ICON_MOD_SOLIDIFY, "Solidify", ""},
 	{eModifierType_Subsurf, "SUBSURF", ICON_MOD_SUBSURF, "Subdivision Surface", ""},
 	{eModifierType_Triangulate, "TRIANGULATE", ICON_MOD_TRIANGULATE, "Triangulate", ""},
-	{eModifierType_Wireframe, "WIREFRAME", ICON_MOD_WIREFRAME, "Wireframe", "Generates a wireframe on the edges of a mesh"},
+	{eModifierType_Wireframe, "WIREFRAME", ICON_MOD_WIREFRAME, "Wireframe", "Generate a wireframe on the edges of a mesh"},
 	{0, "", 0, N_("Deform"), ""},
 	{eModifierType_Armature, "ARMATURE", ICON_MOD_ARMATURE, "Armature", ""},
 	{eModifierType_Cast, "CAST", ICON_MOD_CAST, "Cast", ""},




More information about the Bf-blender-cvs mailing list