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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPullusb <bernou.samuel@gmail.com>2020-10-06 21:47:38 +0300
committerPullusb <bernou.samuel@gmail.com>2020-10-06 21:47:38 +0300
commitf1c61ad0426d1207c89836a691af7c6523bd3bf3 (patch)
treeb49818e5c500e2882833de37818aa13194f513b9 /greasepencil_tools/ui_panels.py
parent6b69de830877285bdedbd02a4ac5037362ece79a (diff)
Spellcheck: Capitalize words in displayed text
Title cased words for sidebar's Tab category and addon preferences properties. Changed description field.
Diffstat (limited to 'greasepencil_tools/ui_panels.py')
-rw-r--r--greasepencil_tools/ui_panels.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/greasepencil_tools/ui_panels.py b/greasepencil_tools/ui_panels.py
index ecbc9a24..715c4db5 100644
--- a/greasepencil_tools/ui_panels.py
+++ b/greasepencil_tools/ui_panels.py
@@ -19,10 +19,10 @@
import bpy
class GP_PT_sidebarPanel(bpy.types.Panel):
- bl_label = "Grease Pencil tools"
+ bl_label = "Grease Pencil Tools"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
- bl_category = "Grease pencil"
+ bl_category = "Grease Pencil"
def draw(self, context):
layout = self.layout