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:
authorBastien Montagne <bastien@blender.org>2022-04-22 17:18:43 +0300
committerBastien Montagne <bastien@blender.org>2022-04-22 17:19:05 +0300
commit024a4da6b347fc755a88a3d06ecf43c7fdf101ed (patch)
tree4dc1c25ac7bf268d58d006472993f7875d9b2ff3 /release/scripts/startup/bl_ui
parent535c9308ef16c0bf0a5daa54c6bfd72a0dbf6ca3 (diff)
Fix various typos and other UI messages issues.
Diffstat (limited to 'release/scripts/startup/bl_ui')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_armature.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_armature.py b/release/scripts/startup/bl_ui/properties_data_armature.py
index bb2491d7720..58ccaffaf50 100644
--- a/release/scripts/startup/bl_ui/properties_data_armature.py
+++ b/release/scripts/startup/bl_ui/properties_data_armature.py
@@ -174,7 +174,7 @@ class DATA_PT_pose_library(ArmatureButtonsPanel, Panel):
col = layout.column(align=True)
col.label(text="This panel is a remainder of the old pose library,")
- col.label(text="which was replaced by the Asset Browser.")
+ col.label(text="which was replaced by the Asset Browser")
url = self.get_manual_url()
col.operator("wm.url_open", text="More Info", icon='URL').url = url
@@ -193,7 +193,7 @@ class DATA_PT_pose_library(ArmatureButtonsPanel, Panel):
text="Convert to Pose Assets", icon='ASSET_MANAGER')
else:
col.label(text="Enable the Pose Library add-on to convert", icon='ERROR')
- col.label(text="this legacy pose library to pose assets.", icon='BLANK1')
+ col.label(text="this legacy pose library to pose assets", icon='BLANK1')
# Put the deprecated stuff in its own sub-layout.