UI: Change "Favorites" to "Bookmarks"

Change of File Browser "Favorites" section header in source list
(T panel) to "Bookmarks" to maintain consistency with all the other
bookmark-related text and operations.

See D10262 for more information and alternatives considered.

Differential Revision: https://developer.blender.org/D10262

Reviewed by Julian Eisel
This commit is contained in:
Harley Acheson 2021-09-20 07:41:29 -07:00
parent 7cb65e4581
commit a79c33e8f8
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, Panel):
bl_space_type = 'FILE_BROWSER'
bl_region_type = 'TOOLS'
bl_category = "Bookmarks"
bl_label = "Favorites"
bl_label = "Bookmarks"
@classmethod
def poll(cls, context):