[Bf-blender-cvs] [a5b8a3bcfb5] userpref_redesign: Rename User Preferences to Settings in new menus

Julian Eisel noreply at git.blender.org
Sun Nov 25 15:35:20 CET 2018


Commit: a5b8a3bcfb508be31fbed2241650131f6dd004b9
Author: Julian Eisel
Date:   Sun Nov 25 15:33:58 2018 +0100
Branches: userpref_redesign
https://developer.blender.org/rBa5b8a3bcfb508be31fbed2241650131f6dd004b9

Rename User Preferences to Settings in new menus

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index b0b63fd7c7d..4fc2b12e950 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -828,7 +828,7 @@ class TOPBAR_MT_edit(Menu):
 
         layout.separator()
 
-        layout.operator("screen.settings_show", text="User Preferences...", icon='PREFERENCES')
+        layout.operator("screen.settings_show", text="Settings...", icon='PREFERENCES')
 
 
 class TOPBAR_MT_window(Menu):
@@ -981,7 +981,7 @@ class TOPBAR_MT_window_specials(Menu):
 
         layout.separator()
 
-        layout.operator("screen.settings_show", text="User Preferences...", icon='PREFERENCES')
+        layout.operator("screen.settings_show", text="Settings...", icon='PREFERENCES')
 
 
 class TOPBAR_MT_workspace_menu(Menu):



More information about the Bf-blender-cvs mailing list