Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-28 14:21:49 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-28 15:58:35 +0300
commitdac747bd095260bf72570f9226e3cd1e7eb9b991 (patch)
tree164e555806d44269b75bab8dd82ad5960b0b9e25 /release/scripts/startup/bl_ui/space_topbar.py
parent1a8d9988689fe2742c590438a4c844dcb1e584bc (diff)
UI: rename settings back to preferences.
This distinguishes it better for the many other types of settings. Ref T54115.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_topbar.py')
-rw-r--r--release/scripts/startup/bl_ui/space_topbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index a769268bb22..f1a91d08040 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -834,7 +834,7 @@ class TOPBAR_MT_edit(Menu):
layout.separator()
- layout.operator("screen.settings_show", text="Settings...", icon='PREFERENCES')
+ layout.operator("screen.userpref_show", text="Preferences...", icon='PREFERENCES')
class TOPBAR_MT_window(Menu):
@@ -987,7 +987,7 @@ class TOPBAR_MT_window_specials(Menu):
layout.separator()
- layout.operator("screen.settings_show", text="Settings...", icon='PREFERENCES')
+ layout.operator("screen.userpref_show", text="Preferences...", icon='PREFERENCES')
class TOPBAR_MT_workspace_menu(Menu):