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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user