I18n: disambiguate a few messages

- "Value" in the sense of color lightness is not the same word in
  Japanese as other usages. See #105113.
- "Double" as a data type vs. a value.

Also extract "Custom Color Presets" in the tracking UI.
Run clang-format as well.

Pull Request #105187
This commit is contained in:
Damien Picard
2023-02-13 22:38:59 +01:00
committed by Gitea
parent 1f6c710463
commit c5bbc5db6f
4 changed files with 12 additions and 7 deletions

View File

@@ -752,7 +752,7 @@ class CLIP_PT_track(CLIP_PT_tracking_panel, Panel):
row = layout.row(align=True)
row.prop(act_track, "use_custom_color", text="")
CLIP_PT_track_color_presets.draw_menu(row, 'Custom Color Presets')
CLIP_PT_track_color_presets.draw_menu(row, iface_('Custom Color Presets'))
row.operator("clip.track_copy_color", icon='COPY_ID', text="")
if act_track.use_custom_color: