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:
authorBastien Montagne <bastien@blender.org>2021-02-22 17:48:54 +0300
committerBastien Montagne <bastien@blender.org>2021-02-22 17:48:54 +0300
commitdd2e0150ae00b91a8e8da3def7aeb247ad7ff101 (patch)
tree910a86aca9131c3b7deb214b6d9554d9593b1a7e /source/blender/editors/animation
parentbc851700a61b49005d010e7cc6063d8a4f74c873 (diff)
Various UI messages fixes and tweaks.
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/fmodifier_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/fmodifier_ui.c b/source/blender/editors/animation/fmodifier_ui.c
index 0821cfbd282..b344e67f62d 100644
--- a/source/blender/editors/animation/fmodifier_ui.c
+++ b/source/blender/editors/animation/fmodifier_ui.c
@@ -795,7 +795,7 @@ static void limits_panel_draw(const bContext *C, Panel *panel)
/* Minimums. */
col = uiLayoutColumn(layout, false);
- row = uiLayoutRowWithHeading(col, true, IFACE_("Minumum X"));
+ row = uiLayoutRowWithHeading(col, true, IFACE_("Minimum X"));
uiItemR(row, ptr, "use_min_x", 0, "", ICON_NONE);
sub = uiLayoutColumn(row, true);
uiLayoutSetActive(sub, RNA_boolean_get(ptr, "use_min_x"));