Some more UI messages fixes...

This commit is contained in:
Bastien Montagne 2020-12-21 10:52:15 +01:00
parent 42e2dd2178
commit c9c3bf9833
1 changed files with 1 additions and 1 deletions

View File

@ -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.