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:
authorDalai Felinto <dfelinto@gmail.com>2019-06-21 19:01:54 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-06-21 19:02:30 +0300
commitdbd3d7644742c79052662551016b177b3ea1f71c (patch)
treec38893dc380c9fa3383dab6e38cdb083fc89ef40
parenteeffa8a7f479b0a3260b39923b8a93c2960cc11d (diff)
Rename: Save custom Studio light > Save Custom Studio Light
-rw-r--r--release/scripts/startup/bl_operators/userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/userpref.py b/release/scripts/startup/bl_operators/userpref.py
index 910fe4d3b2d..706afc6dcf8 100644
--- a/release/scripts/startup/bl_operators/userpref.py
+++ b/release/scripts/startup/bl_operators/userpref.py
@@ -968,7 +968,7 @@ class PREFERENCES_OT_studiolight_install(Operator):
class PREFERENCES_OT_studiolight_new(Operator):
"""Save custom studio light from the studio light editor settings"""
bl_idname = "preferences.studiolight_new"
- bl_label = "Save custom Studio light"
+ bl_label = "Save Custom Studio Light"
filename: StringProperty(
name="Name",