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>2022-08-16 16:43:24 +0300
committerBastien Montagne <bastien@blender.org>2022-08-16 16:43:24 +0300
commit850126ab44310881efc37204a10acf4b606af34a (patch)
treee66616b338e19b2a978497135e195facffe217d4 /source/blender/editors/space_outliner
parent8af983ba78ecc28e35bcccbb9095526c1165f41c (diff)
parenta42896a8a14212fc568fbb147e02dfacb8822f11 (diff)
Merge branch 'blender-v3.3-release'
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tools.cc b/source/blender/editors/space_outliner/outliner_tools.cc
index 089c9c48bf1..be0b011345f 100644
--- a/source/blender/editors/space_outliner/outliner_tools.cc
+++ b/source/blender/editors/space_outliner/outliner_tools.cc
@@ -1641,7 +1641,7 @@ static const EnumPropertyItem prop_liboverride_op_types[] = {
"OVERRIDE_LIBRARY_RESET",
0,
"Reset",
- "Reset the selected local override to their linked references values"},
+ "Reset the selected local overrides to their linked references values"},
{OUTLINER_LIBOVERRIDE_OP_CLEAR_SINGLE,
"OVERRIDE_LIBRARY_CLEAR_SINGLE",
0,