Minor UI message update.

This commit is contained in:
2012-07-07 13:51:07 +00:00
parent d77e658c91
commit 30037194cd

View File

@@ -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'}