diff --git a/gtk2_ardour/opts.cc b/gtk2_ardour/opts.cc index d3380ffb8f..a802f42d07 100644 --- a/gtk2_ardour/opts.cc +++ b/gtk2_ardour/opts.cc @@ -77,7 +77,7 @@ print_help (const char *execname) static void list_debug_options () { - cerr << _("The following debug options are available. Their use is case-insensitive.\n\n"); + cerr << _("The following debug options are available. Their use is case-insensitive.") << "\n\n"; cerr << "\tMidiSourceIO\n"; cerr << "\tMidiPlaylistIO\n"; }