From 1bb85bcdae067d0a34b7fbdff10d730a69de0ddb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 24 Oct 2009 15:39:11 +0000 Subject: [PATCH] Move newlines outside of translated string. git-svn-id: svn://localhost/ardour2/branches/3.0@5906 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/opts.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }