summaryrefslogtreecommitdiff
path: root/gtk2_ardour/opts.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-24 15:39:11 +0000
committerDavid Robillard <d@drobilla.net>2009-10-24 15:39:11 +0000
commit1bb85bcdae067d0a34b7fbdff10d730a69de0ddb (patch)
tree6c05f7b9a64823cbe993c06a44f5b9e40a297752 /gtk2_ardour/opts.cc
parent1716d75f9f6341afd4ec4a23f96351ee49da4340 (diff)
Move newlines outside of translated string.
git-svn-id: svn://localhost/ardour2/branches/3.0@5906 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/opts.cc')
-rw-r--r--gtk2_ardour/opts.cc2
1 files changed, 1 insertions, 1 deletions
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";
}