Fix #104412: Typo in tooltip ".blend_project" → ".blender_project"
This commit is contained in:
parent
0000619f67
commit
4551be29f6
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user