From dece894f25c81b623fafbb9f2456910394fab6c9 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Mon, 1 Oct 2012 07:06:29 +0000
Subject: [PATCH] minor edit to OBJ clamp tooltip.

---
 io_scene_obj/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index ef03b4169..db08318d7 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -113,8 +113,8 @@ class ImportOBJ(bpy.types.Operator, ImportHelper):
             )
 
     global_clamp_size = FloatProperty(
-            name="Clamp Scale",
-            description="Clamp the size to this maximum (Zero to Disable)",
+            name="Clamp Size",
+            description="Clamp bounds under this value (zero to disable)",
             min=0.0, max=1000.0,
             soft_min=0.0, soft_max=1000.0,
             default=0.0,
-- 
GitLab