diff --git a/space_view3d_pie_menus/pie_editor_switch_menu.py b/space_view3d_pie_menus/pie_editor_switch_menu.py index 6fb2df289dc08c5b18c6bf44a235dbf061c694e1..bdff15a056df5b860567167d6a29ddf7fe69a720 100644 --- a/space_view3d_pie_menus/pie_editor_switch_menu.py +++ b/space_view3d_pie_menus/pie_editor_switch_menu.py @@ -94,8 +94,8 @@ class PIE_MT_AreaTypePieOther(Menu): def draw(self, context): self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="File Browser", icon="FILEBROWSER").types = "FILE_BROWSER" self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Python Console", icon="CONSOLE").types = "CONSOLE" - self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="User Preferences", - icon="PREFERENCES").types = "USER_PREFERENCES" + self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Preferences", + icon="PREFERENCES").types = "PREFERENCES" self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Info", icon="INFO").types = "INFO"