From 23de16414ad6eeebab7d8840a6626c1fd7a6e08d Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Tue, 5 Jan 2021 13:55:32 -0700 Subject: UI: Clarify descriptions in properties popover Updates the descriptions and labels for outliner sync in the properties editor popover to be more clear. Differential Revision: https://developer.blender.org/D10010 --- source/blender/makesdna/DNA_space_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_space_types.h') diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h index 4d705f3aa34..dc1775b09c6 100644 --- a/source/blender/makesdna/DNA_space_types.h +++ b/source/blender/makesdna/DNA_space_types.h @@ -241,8 +241,8 @@ typedef enum eSpaceButtons_Flag { /* SpaceProperties.outliner_sync */ typedef enum eSpaceButtons_OutlinerSync { PROPERTIES_SYNC_AUTO = 0, - PROPERTIES_SYNC_OFF = 1, - PROPERTIES_SYNC_ON = 2, + PROPERTIES_SYNC_NEVER = 1, + PROPERTIES_SYNC_ALWAYS = 2, } eSpaceButtons_OutlinerSync; /** \} */ -- cgit v1.2.3