2.5: rename "Operator Cheat Sheet (new textblock)" to "Operator Cheat Sheet",

this is already reported after running the operator.
This commit is contained in:
Brecht Van Lommel 2010-07-12 11:02:01 +00:00
parent 0815fd4762
commit 50671905d6

@ -329,7 +329,7 @@ class INFO_MT_help(bpy.types.Menu):
class HELP_OT_operator_cheat_sheet(bpy.types.Operator):
bl_idname = "help.operator_cheat_sheet"
bl_label = "Operator Cheat Sheet (new textblock)"
bl_label = "Operator Cheat Sheet"
def execute(self, context):
op_strings = []