UI: use term 'Factory Settings' for preference menu

It's not clear what 'Defaults' mean in this context because we have
the defaults the users has saved & factory defaults.
This commit is contained in:
Campbell Barton 2019-05-22 14:33:02 +10:00
parent b79ff12e11
commit 6ca172cdce
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class USERPREF_MT_save_load(Menu):
sub_revert.operator("wm.read_userpref", text="Revert to Saved")
layout.operator_context = 'INVOKE_AREA'
layout.operator("wm.read_factory_userpref", text="Reset to Defaults")
layout.operator("wm.read_factory_userpref", text="Load Factory Settings")
class USERPREF_PT_save_preferences(Panel):