[Bf-extensions-cvs] [851a1e94] xr-actions-D9124: VR: Cleanup text

Peter Kim noreply at git.blender.org
Sat Apr 10 06:50:13 CEST 2021


Commit: 851a1e945c39583d245fbe22c3574d3ff3d95839
Author: Peter Kim
Date:   Sat Apr 10 13:25:34 2021 +0900
Branches: xr-actions-D9124
https://developer.blender.org/rBA851a1e945c39583d245fbe22c3574d3ff3d95839

VR: Cleanup text

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

M	viewport_vr_preview/main.py

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

diff --git a/viewport_vr_preview/main.py b/viewport_vr_preview/main.py
index f77d9f99..e2e036e9 100644
--- a/viewport_vr_preview/main.py
+++ b/viewport_vr_preview/main.py
@@ -1026,7 +1026,7 @@ class VIEW3D_OT_vr_actionmap_copy(Operator):
 
 class VIEW3D_OT_vr_actionmaps_clear(Operator):
     bl_idname = "view3d.vr_actionmaps_clear"
-    bl_label = "Clear VR Action Map"
+    bl_label = "Clear VR Action Maps"
     bl_description = "Delete all VR action maps from the scene"
     bl_options = {'UNDO', 'REGISTER'}
 
@@ -1044,7 +1044,7 @@ class VIEW3D_OT_vr_actionmaps_clear(Operator):
 class VIEW3D_OT_vr_action_add(Operator):
     bl_idname = "view3d.vr_action_add"
     bl_label = "Add VR Action"
-    bl_description = "Add a new VR action to the list and select it"
+    bl_description = "Add a new VR action to the action map"
     bl_options = {'UNDO', 'REGISTER'}
 
     def execute(self, context):
@@ -1069,7 +1069,7 @@ class VIEW3D_OT_vr_action_add(Operator):
 class VIEW3D_OT_vr_action_remove(Operator):
     bl_idname = "view3d.vr_action_remove"
     bl_label = "Remove VR Action"
-    bl_description = "Delete the selected VR action from the list"
+    bl_description = "Delete the selected VR action from the action map"
     bl_options = {'UNDO', 'REGISTER'}
 
     def execute(self, context):
@@ -1123,7 +1123,7 @@ class VIEW3D_OT_vr_action_copy(Operator):
 class VIEW3D_OT_vr_actions_clear(Operator):
     bl_idname = "view3d.vr_actions_clear"
     bl_label = "Clear VR Actions"
-    bl_description = "Delete all VR actions for the selected action map"
+    bl_description = "Delete all VR actions from the action map"
     bl_options = {'UNDO', 'REGISTER'}
 
     def execute(self, context):



More information about the Bf-extensions-cvs mailing list