UI: Change Header Position Label 'Default' to 'Keep Existing'

'Default' actually means 'Keep Existing' and it makes more sense to
display the more descriptive label.

Differential Revision: https://developer.blender.org/D7614
This commit is contained in:
Adrian Newton 2020-08-03 12:37:48 -04:00 committed by Hans Goudey
parent 10590b0500
commit 8356012068
1 changed files with 1 additions and 1 deletions

View File

@ -4595,7 +4595,7 @@ static void rna_def_userdef_view(BlenderRNA *brna)
"no matter opening direction");
static const EnumPropertyItem header_align_items[] = {
{0, "NONE", 0, "Default", "Keep existing header alignment"},
{0, "NONE", 0, "Keep Existing", "Keep existing header alignment"},
{USER_HEADER_FROM_PREF, "TOP", 0, "Top", "Top aligned on load"},
{USER_HEADER_FROM_PREF | USER_HEADER_BOTTOM,
"BOTTOM",