From 42fca2f145b81d8b359164f17341bfc111360f22 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 31 Mar 2014 21:15:56 +0200 Subject: Usual UI messages fixes... --- source/blender/editors/object/object_random.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/editors/object/object_random.c') diff --git a/source/blender/editors/object/object_random.c b/source/blender/editors/object/object_random.c index 34ac169bbfc..41b26b98047 100644 --- a/source/blender/editors/object/object_random.c +++ b/source/blender/editors/object/object_random.c @@ -139,8 +139,7 @@ void OBJECT_OT_vertex_random(struct wmOperatorType *ot) ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO; /* props */ - RNA_def_float(ot->srna, "offset", 0.1f, -FLT_MAX, FLT_MAX, "Ammount", - "Distance to offset", -10.0f, 10.0f); + RNA_def_float(ot->srna, "offset", 0.1f, -FLT_MAX, FLT_MAX, "Amount", "Distance to offset", -10.0f, 10.0f); RNA_def_float(ot->srna, "uniform", 0.0f, 0.0f, 1.0f, "Uniform", "Increase for uniform offset distance", 0.0f, 1.0f); RNA_def_float(ot->srna, "normal", 0.0f, 0.0f, 1.0f, "normal", -- cgit v1.2.3