[Bf-extensions-cvs] [6609ab77] master: Corrected: user information

vlassius santos noreply at git.blender.org
Wed Jan 23 16:49:15 CET 2019


Commit: 6609ab77f9052548e73fe4ba5350f6fc84fc7cb3
Author: vlassius santos
Date:   Wed Jan 23 13:48:46 2019 -0200
Branches: master
https://developer.blender.org/rBAC6609ab77f9052548e73fe4ba5350f6fc84fc7cb3

Corrected: user information

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

M	io_import_sound_to_anim.py

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

diff --git a/io_import_sound_to_anim.py b/io_import_sound_to_anim.py
index 4a0fc123..9c414dea 100644
--- a/io_import_sound_to_anim.py
+++ b/io_import_sound_to_anim.py
@@ -144,7 +144,7 @@ class VIEW3D_PT_CustomMenuPanel(bpy.types.Panel):
                 row=layout.row()
                 row.label(text="2)Click Button \"Import Key Frames\",")
                 row=layout.row()
-                row.label(text="Run the animation (alt A) and Enjoy!")
+                row.label(text="Run the animation and Enjoy!")
                 row=layout.row()
                 row.prop(context.object.imp_sound_to_anim,"action_auto_audio_sense")
                 row=layout.row()



More information about the Bf-extensions-cvs mailing list