[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60123] branches/soc-2013-bge/release/ scripts/startup/bl_operators/object.py: Changing the label for " Setup Level of Details By Name" to "Setup Levels of Detail By Name"

Daniel Stokes kupomail at gmail.com
Sat Sep 14 01:58:48 CEST 2013


Revision: 60123
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60123
Author:   kupoman
Date:     2013-09-13 23:58:47 +0000 (Fri, 13 Sep 2013)
Log Message:
-----------
Changing the label for "Setup Level of Details By Name" to "Setup Levels of Detail By Name"

Modified Paths:
--------------
    branches/soc-2013-bge/release/scripts/startup/bl_operators/object.py

Modified: branches/soc-2013-bge/release/scripts/startup/bl_operators/object.py
===================================================================
--- branches/soc-2013-bge/release/scripts/startup/bl_operators/object.py	2013-09-13 23:58:00 UTC (rev 60122)
+++ branches/soc-2013-bge/release/scripts/startup/bl_operators/object.py	2013-09-13 23:58:47 UTC (rev 60123)
@@ -780,7 +780,7 @@
 class LodByName(Operator):
     """Add levels of detail to this object based on object names"""
     bl_idname = "object.lod_by_name"
-    bl_label = "Setup Level of Details By Name"
+    bl_label = "Setup Levels of Detail By Name"
     bl_options = {'REGISTER', 'UNDO'}
 
     @classmethod




More information about the Bf-blender-cvs mailing list