13
0

Move newlines outside of translated string.

git-svn-id: svn://localhost/ardour2/branches/3.0@5906 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-10-24 15:39:11 +00:00
parent 1716d75f9f
commit 1bb85bcdae

View File

@ -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";
}