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-02-22 16:49:40 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-02-22 16:49:40 +0400
commitea5090f8c039902dd4e68d7b70b838566060277f (patch)
tree1b3f04abf7de8290c01e11b3d6b109f91eb25f3d /release
parentc1cdce364bc1f122db2ce72a15fc969a375d0f4e (diff)
Minor UI messages fixes.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 12b21d0d89f..db20057318f 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1280,7 +1280,7 @@ class VIEW3D_PT_sculpt_options(Panel, View3DPaintPanel):
class VIEW3D_PT_sculpt_symmetry(Panel, View3DPaintPanel):
bl_category = "Tools"
- bl_label = "Symmetry \ Lock"
+ bl_label = "Symmetry / Lock"
bl_options = {'DEFAULT_CLOSED'}
@classmethod