Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Inch <mythologylover75@gmail.com>2020-04-10 08:36:53 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-04-10 08:36:53 +0300
commite81912e82e7cb38efe8995031894a1564ba67e7d (patch)
tree1187062205f1b4689352d149fd0518552887bd13 /object_collection_manager/qcd_move_widget.py
parent19e2083f9f6c4cca169c3d763456340029c54fd8 (diff)
Collection Manager: Update tooltips. Task: T69577
Shorten and standardize tooltips. Add label to RTO filter popover panel.
Diffstat (limited to 'object_collection_manager/qcd_move_widget.py')
-rw-r--r--object_collection_manager/qcd_move_widget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_collection_manager/qcd_move_widget.py b/object_collection_manager/qcd_move_widget.py
index 13212146..95e25058 100644
--- a/object_collection_manager/qcd_move_widget.py
+++ b/object_collection_manager/qcd_move_widget.py
@@ -912,7 +912,7 @@ def draw_callback_px(self, context):
if self.draw_tooltip:
slot_name = qcd_slots.get_name(f"{tooltip_slot_idx}")
slot_string = f"QCD Slot {tooltip_slot_idx}: \"{slot_name}\"\n"
- hotkey_string = " * Shift-Click to toggle objects\' slot."
+ hotkey_string = " * Shift+LMB - Toggle objects\' slot."
draw_tooltip(self, context, shader, f"{slot_string}{hotkey_string}")