UI: clarify ruler tooltip text

See T61151
This commit is contained in:
Campbell Barton 2019-02-04 10:32:17 +11:00
parent 838a34324a
commit a6f045de3f
Notes: blender-bot 2024-04-11 14:26:06 +02:00
Referenced by issue #61151, Ruler thickness tool broken in 2.8 beta
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ class _defs_view3d_generic:
"\u2022 {} anywhere for new measurement.\n"
"\u2022 Drag ruler segment to measure an angle.\n"
"\u2022 Drag ruler outside the view to remove.\n"
"\u2022 Ctrl to snap.\n"
"\u2022 Shift to measure surface thickness"
"\u2022 Ctrl while dragging to snap.\n"
"\u2022 Shift while dragging to measure surface thickness."
).format(
kmi_to_string_or_none(kmi)
)