Minor UI message update.
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user