From 4551be29f6cd541db9950aca1c687b09e6ba9d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 17 Jul 2025 10:34:25 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20#104412:=20Typo=20in=20tooltip=20".blend?= =?UTF-8?q?=5Fproject"=20=E2=86=92=20".blender=5Fproject"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addon/flamenco/projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/flamenco/projects.py b/addon/flamenco/projects.py index 246a8ba7..8bf088b9 100644 --- a/addon/flamenco/projects.py +++ b/addon/flamenco/projects.py @@ -77,7 +77,7 @@ class FinderInfo: finders: dict[str, FinderInfo] = { "BLENDER_PROJECT": FinderInfo( "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, ), "GIT": FinderInfo(