[Bf-blender-cvs] [6ca172cdce8] master: UI: use term 'Factory Settings' for preference menu

Campbell Barton noreply at git.blender.org
Wed May 22 06:39:30 CEST 2019


Commit: 6ca172cdce88937ccefa9201588e6fc60d0e6e6d
Author: Campbell Barton
Date:   Wed May 22 14:33:02 2019 +1000
Branches: master
https://developer.blender.org/rB6ca172cdce88937ccefa9201588e6fc60d0e6e6d

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.

===================================================================

M	release/scripts/startup/bl_ui/space_userpref.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 97f30281354..849934e2c55 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -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):



More information about the Bf-blender-cvs mailing list