From 646cae43545bd2dacf51497c4e6946de64e025ef Mon Sep 17 00:00:00 2001
From: Brendon Murphy <meta.androcto1@gmail.com>
Date: Thu, 4 Mar 2010 12:32:22 +0000
Subject: [PATCH] minor error in Add-ons menu, said "pipe joints" instead of 3d
 Function Surface. Imay move this script back to contrib.

---
 add_mesh_3d_function_surface.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py
index 22939e842..8e12c9a6d 100644
--- a/add_mesh_3d_function_surface.py
+++ b/add_mesh_3d_function_surface.py
@@ -17,7 +17,7 @@
 # ##### END GPL LICENSE BLOCK #####
 
 # Blender Add-Ons menu registration (in User Prefs)
-"Add Pipe Joint (View3D > Add > Mesh > 3D Function Surface)"
+"3d Function Surface (View3D > Add > Mesh > 3D Function Surface)"
 
 import bpy
 import Mathutils
-- 
GitLab