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:
Diffstat (limited to 'source/blender/editors/io')
-rw-r--r--source/blender/editors/io/io_alembic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/io/io_alembic.c b/source/blender/editors/io/io_alembic.c
index 809210a58b5..7582ef3f41d 100644
--- a/source/blender/editors/io/io_alembic.c
+++ b/source/blender/editors/io/io_alembic.c
@@ -395,7 +395,7 @@ void WM_OT_alembic_export(wmOperatorType *ot)
"visible_objects_only",
0,
"Visible Objects Only",
- "Export only objects in visible collections");
+ "Export only objects that are visible");
RNA_def_boolean(ot->srna,
"flatten",