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
This commit is contained in:
Vuk Gardašević 2017-09-26 14:28:13 +02:00
parent 8ca82b7d94
commit cda6973adf
1 changed files with 2 additions and 2 deletions

View File

@ -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")