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:
authorCampbell Barton <ideasman42@gmail.com>2015-07-21 05:01:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-21 10:29:23 +0300
commit23831b2161f807a35002fc0cab46eb4c8bbceac8 (patch)
treebb271fe8ce3a82a48c61fc1f3d945c2e54096d0c /source/blender/editors/physics
parentae00011956fc09266ea867857557536e97d1fffa (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/physics')
-rw-r--r--source/blender/editors/physics/particle_edit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c
index f25679986a5..877c8ba9a05 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -1685,10 +1685,10 @@ void PARTICLE_OT_select_random(wmOperatorType *ot)
/* properties */
RNA_def_float_percentage (ot->srna, "percent", 50.0f, 0.0f, 100.0f, "Percent",
- "Percentage (mean) of elements in randomly selected set",
- 0.0f, 100.0f);
+ "Percentage (mean) of elements in randomly selected set",
+ 0.0f, 100.0f);
ot->prop = RNA_def_enum (ot->srna, "type", select_random_type_items, RAN_HAIR,
- "Type", "Select either hair or points");
+ "Type", "Select either hair or points");
}
/************************ select linked operator ************************/