From 1fea5010d3a9ece68a8d1eb1122cdf0ec0a27b3f Mon Sep 17 00:00:00 2001
From: Andrew Hale <TrumanBlending@gmail.com>
Date: Wed, 1 Feb 2012 05:50:44 +0000
Subject: [PATCH] Fix to make it easier to find in space bar menu. Added "tree"
 to label so users can search "tree".

---
 add_curve_sapling/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 4afd0ec1a..8792255d3 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -152,7 +152,7 @@ class PresetMenu(bpy.types.Menu):
 
 class AddTree(bpy.types.Operator):
     bl_idname = "curve.tree_add"
-    bl_label = "Sapling"
+    bl_label = "Sapling: Add Tree"
     bl_options = {'REGISTER', 'UNDO'}
 
 
-- 
GitLab