Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2014-01-15 13:40:28 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-01-15 13:40:54 +0400
commit6ba02681decaf34f618e3519f6ad7f49604750cd (patch)
treee66d74e0fc4b5d0a7566da0034743b5316db2e2f /release
parent054982d2dd44114dd57dde19d094e225117b6e70 (diff)
Fix a bunch of UI string issues...
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/object.py b/release/scripts/startup/bl_operators/object.py
index 321c4a39c3b..4cc032cac9a 100644
--- a/release/scripts/startup/bl_operators/object.py
+++ b/release/scripts/startup/bl_operators/object.py
@@ -557,7 +557,7 @@ class JoinUVs(Operator):
class MakeDupliFace(Operator):
- """Converts objects into dupli-face instanced"""
+ """Convert objects into dupli-face instanced"""
bl_idname = "object.make_dupli_face"
bl_label = "Make Dupli-Face"
bl_options = {'REGISTER', 'UNDO'}