[Bf-extensions-cvs] [cda6973a] master: 3D Viewport Pie Menus: Fix wrong label in preferences

lijenstina noreply at git.blender.org
Tue Sep 26 14:29:01 CEST 2017


Commit: cda6973adf2050526487f5e1824f8949b20cb646
Author: lijenstina
Date:   Tue Sep 26 14:28:13 2017 +0200
Branches: master
https://developer.blender.org/rBAcda6973adf2050526487f5e1824f8949b20cb646

3D Viewport Pie Menus: Fix wrong label in preferences

Bump version to 1.1.7
Fix the wrong text for the End of activations label
No other functional changes

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

M	space_view3d_pie_menus/__init__.py

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

diff --git a/space_view3d_pie_menus/__init__.py b/space_view3d_pie_menus/__init__.py
index 0612f8ff..2504e747 100644
--- a/space_view3d_pie_menus/__init__.py
+++ b/space_view3d_pie_menus/__init__.py
@@ -33,7 +33,7 @@ from bpy.types import (
 bl_info = {
     "name": "3D Viewport Pie Menus",
     "author": "meta-androcto, pitiwazou, chromoly, italic",
-    "version": (1, 1, 6),
+    "version": (1, 1, 7),
     "blender": (2, 7, 7),
     "description": "Individual Pie Menu Activation List",
     "location": "Addons Preferences",
@@ -255,7 +255,7 @@ class PieToolsPreferences(AddonPreferences):
                         del prefs.layout
 
         row = layout.row()
-        row.label(text="End of Advanced Object Panels Activations",
+        row.label(text="End of 3D Viewport Pie Menus Activations",
                   icon="FILE_PARENT")



More information about the Bf-extensions-cvs mailing list