Fixed a copy and paste error in "Copy Previous Settings" operator. ;-)

This commit is contained in:
2011-04-12 21:00:53 +00:00
parent d78220549b
commit 656dd38f0d

View File

@@ -910,7 +910,7 @@ class WM_OT_sysinfo(bpy.types.Operator):
class WM_OT_copy_prev_settings(bpy.types.Operator):
'''Generate System Info'''
'''Copy settings from previous version'''
bl_idname = "wm.copy_prev_settings"
bl_label = "Copy Previous Settings"