From f26994c7472cf0478caad54910bbecc875264866 Mon Sep 17 00:00:00 2001 From: Aleksandr Prokudin Date: Sat, 15 Nov 2025 14:18:33 +0100 Subject: [PATCH] Remove the X to make a user-visible message translatable --- gtk2_ardour/cue_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/cue_editor.cc b/gtk2_ardour/cue_editor.cc index d8d01ee747..b3b0987d5f 100644 --- a/gtk2_ardour/cue_editor.cc +++ b/gtk2_ardour/cue_editor.cc @@ -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.)