From 7c8c1a0718bebe6dbea7ce3583e29301053a3923 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 26 Mar 2012 06:20:59 +0000 Subject: Minor fixes to recent new UI messages. --- source/blender/editors/mesh/editmesh_tools.c | 2 +- source/blender/makesrna/intern/rna_particle.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender') diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c index 12042871592..28ae9c1118c 100644 --- a/source/blender/editors/mesh/editmesh_tools.c +++ b/source/blender/editors/mesh/editmesh_tools.c @@ -4534,5 +4534,5 @@ void MESH_OT_inset(wmOperatorType *ot) /* use 1 rather then 10 for max else dragging the button moves too far */ RNA_def_property_ui_range(prop, 0.0, 1.0, 0.01, 4); - RNA_def_boolean(ot->srna, "use_outset", FALSE, "Outset", "outset rather then inset"); + RNA_def_boolean(ot->srna, "use_outset", FALSE, "Outset", "Outset rather than inset"); } diff --git a/source/blender/makesrna/intern/rna_particle.c b/source/blender/makesrna/intern/rna_particle.c index b10639443c0..81d0e01d6a2 100644 --- a/source/blender/makesrna/intern/rna_particle.c +++ b/source/blender/makesrna/intern/rna_particle.c @@ -1766,7 +1766,7 @@ static void rna_def_particle_settings(BlenderRNA *brna) RNA_def_property_enum_sdna(prop, NULL, "rotmode"); RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); RNA_def_property_enum_items(prop, rot_mode_items); - RNA_def_property_ui_text(prop, "Orientation axis", "Particle orientation axis (does not effect eplode modifier results)"); + RNA_def_property_ui_text(prop, "Orientation axis", "Particle orientation axis (does not affect Explode modifier's results)"); RNA_def_property_update(prop, 0, "rna_Particle_reset"); prop = RNA_def_property(srna, "angular_velocity_mode", PROP_ENUM, PROP_NONE); -- cgit v1.2.3