Update tagline

This commit is contained in:
Francesco Bellini 2024-09-07 18:44:27 +02:00
parent 469d226994
commit 5e6919116a
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ from .classes.prefs import SWPreferences
bl_info = {
"id": "scene_workspaces",
"name": "Scene Workspaces",
"tagline": "Filter and reorder workspaces independently for each scene",
"tagline": "Filter and rearrange workspaces individually for each scene",
"blender": (4, 2, 0),
"location": "Workspaces topbar, Properties > Scene",
"category": ["System", "User Interface", "Scene"],

View File

@ -2,7 +2,7 @@ schema_version = "1.0.0"
id = "scene_workspaces"
version = "1.0.0"
name = "Scene Workspaces"
tagline = "Filter and reorder workspaces independently for each scene"
tagline = "Filter and rearrange workspaces individually for each scene"
maintainer = "Francesco Bellini <doc.open.dev@gmail.com>"
type = "add-on"
website = "https://projects.blender.org/Francesco-Bellini/scene_workspaces_addon"