Remove the X to make a user-visible message translatable

This commit is contained in:
Aleksandr Prokudin 2025-11-15 14:18:33 +01:00
parent bc78ac183f
commit f26994c747

View file

@ -51,7 +51,7 @@ CueEditor::CueEditor (std::string const & name, bool with_transport)
, _canvas_viewport (horizontal_adjustment, vertical_adjustment)
, _canvas (*_canvas_viewport.canvas ())
, with_transport_controls (with_transport)
, length_label (X_("Record:"))
, length_label (_("Record:"))
, solo_button (S_("Solo|S"))
, zoom_in_allocate (false)
, timebar_height (15.)