diff --git a/README.md b/README.md index ee47b40..175af2d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Overview -**Scene Workspaces** creates an alternative workspaces topbar, allowing you to filter and reorder the avaliable workspaces, scene by scene. +**Scene Workspaces** creates an alternative workspaces topbar, allowing you to filter and reorder workspaces, scene by scene. Basically, you can decide which workspace you want to link to each scene. diff --git a/addon/sw/prefs.py b/addon/sw/prefs.py index aa439f8..f21cba7 100644 --- a/addon/sw/prefs.py +++ b/addon/sw/prefs.py @@ -8,7 +8,7 @@ class SW_Preferences(AddonPreferences): use_topbar: BoolProperty(name="Use Scene Workspaces topbar", description="Switch the workspace topbar between Scene Workspaces and the default one", default=True) switch: BoolProperty(name="Show Switch", description="Show/Hide the switch button next to the workspaces topbar. Useful for quickly lookup the original workspaces topbar", default=True) - compact: BoolProperty(name="Use Compact Mode (for active workspace)", description="If disabled, adds spacing around the active workspace and a quick unlink button", default=True) + compact: BoolProperty(name="Use Compact Mode", description="If disabled, adds spacing around the active workspace and a quick unlink button", default=True) def draw(self, context): layout = self.layout diff --git a/releases/1.x.x/scene_workspaces-1.0.0.zip b/releases/1.x.x/scene_workspaces-1.0.0.zip index 2db114a..a1fa11f 100644 Binary files a/releases/1.x.x/scene_workspaces-1.0.0.zip and b/releases/1.x.x/scene_workspaces-1.0.0.zip differ