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>2012-07-07 17:51:07 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-07 17:51:07 +0400
commit30037194cd2ff29f3594518ef2ee0a0809f7eba2 (patch)
tree2838a749ad1f08607139ece08698eac68e39c310 /release
parentd77e658c914aceb1099866e413ae5fb357cf2cab (diff)
Minor UI message update.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/wm.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index 2977c5ccc2f..75c5ef849ad 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -46,7 +46,7 @@ class MESH_OT_delete_edgeloop(Operator):
rna_path_prop = StringProperty(
name="Context Attributes",
- description="rna context string",
+ description="RNA context string",
maxlen=1024,
)
@@ -372,8 +372,8 @@ class WM_OT_context_toggle_enum(Operator):
class WM_OT_context_cycle_int(Operator):
- """Set a context value. Useful for cycling active material, """ \
- """vertex keys, groups' etc"""
+ """Set a context value (useful for cycling active material, """ \
+ """vertex keys, groups, etc.)"""
bl_idname = "wm.context_cycle_int"
bl_label = "Context Int Cycle"
bl_options = {'UNDO', 'INTERNAL'}