mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Remove the X to make a user-visible message translatable
This commit is contained in:
parent
bc78ac183f
commit
f26994c747
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ CueEditor::CueEditor (std::string const & name, bool with_transport)
|
||||||
, _canvas_viewport (horizontal_adjustment, vertical_adjustment)
|
, _canvas_viewport (horizontal_adjustment, vertical_adjustment)
|
||||||
, _canvas (*_canvas_viewport.canvas ())
|
, _canvas (*_canvas_viewport.canvas ())
|
||||||
, with_transport_controls (with_transport)
|
, with_transport_controls (with_transport)
|
||||||
, length_label (X_("Record:"))
|
, length_label (_("Record:"))
|
||||||
, solo_button (S_("Solo|S"))
|
, solo_button (S_("Solo|S"))
|
||||||
, zoom_in_allocate (false)
|
, zoom_in_allocate (false)
|
||||||
, timebar_height (15.)
|
, timebar_height (15.)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue