Fix #104412: Typo in tooltip ".blend_project" → ".blender_project"

This commit is contained in:
Sybren A. Stüvel 2025-07-17 10:34:25 +02:00
parent 0000619f67
commit 4551be29f6

View File

@ -77,7 +77,7 @@ class FinderInfo:
finders: dict[str, FinderInfo] = { finders: dict[str, FinderInfo] = {
"BLENDER_PROJECT": FinderInfo( "BLENDER_PROJECT": FinderInfo(
"Blender Project", "Blender Project",
"Find a .blend_project directory and use that as indicator for the top level project directory.", "Find a .blender_project directory and use that as indicator for the top level project directory.",
_finder_blender_project, _finder_blender_project,
), ),
"GIT": FinderInfo( "GIT": FinderInfo(