From 41f298fe8850242e72f48d2601a76cfec01b5bd4 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Mon, 16 Dec 2013 01:45:48 +1100
Subject: [PATCH] OBJ export: Dont use the name "Loop" in blenders UI

this is an internal name only.
---
 io_scene_obj/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 6c180c39b..9ee19faac 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -249,7 +249,7 @@ class ExportOBJ(bpy.types.Operator, ExportHelper):
             default=False,
             )
     use_normals = BoolProperty(
-            name="Loop Normals",
+            name="Write Normals",
             description="Export one normal per vertex and per face, to represent flat faces and sharp edges",
             default=False,
             )
-- 
GitLab