diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 04ed4dbbd4..3b9c4799f6 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -1116,7 +1116,7 @@ ARDOUR_UI::update_timecode_format () } snprintf (buf, sizeof (buf), S_("Timecode|TC: %sfps"), - matching ? X_("red") : X_("green"), + matching ? X_("green") : X_("red"), Timecode::timecode_format_name (_session->config.get_timecode_format()).c_str()); } else { snprintf (buf, sizeof (buf), "TC: n/a");