[Bf-blender-cvs] [c9c3bf98332] master: Some more UI messages fixes...

Bastien Montagne noreply at git.blender.org
Mon Dec 21 10:52:27 CET 2020


Commit: c9c3bf983321990a6960c422e002a372c35a6f76
Author: Bastien Montagne
Date:   Mon Dec 21 10:52:15 2020 +0100
Branches: master
https://developer.blender.org/rBc9c3bf983321990a6960c422e002a372c35a6f76

Some more UI messages fixes...

===================================================================

M	release/scripts/startup/bl_ui/space_filebrowser.py

===================================================================

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.



More information about the Bf-blender-cvs mailing list