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>2020-12-21 12:52:15 +0300
committerBastien Montagne <bastien@blender.org>2020-12-21 12:52:15 +0300
commitc9c3bf983321990a6960c422e002a372c35a6f76 (patch)
tree53cf5105e86807bc020b751da13ef09f39e2b7d6 /release/scripts
parent42e2dd2178f87153e2f4db25f75727065472542b (diff)
Some more UI messages fixes...
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_ui/space_filebrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_filebrowser.py b/release/scripts/startup/bl_ui/space_filebrowser.py
index 98b155d8a21..91ca193cc01 100644
--- a/release/scripts/startup/bl_ui/space_filebrowser.py
+++ b/release/scripts/startup/bl_ui/space_filebrowser.py
@@ -589,7 +589,7 @@ class ASSETBROWSER_PT_metadata(asset_utils.AssetBrowserPanel, Panel):
active_asset = asset_utils.SpaceAssetInfo.get_active_asset(context)
if not active_file or not active_asset:
- layout.label(text="No asset selected.", icon='INFO')
+ layout.label(text="No asset selected", icon='INFO')
return
# If the active file is an ID, use its name directly so renaming is possible from right here.