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:
parent
1716d75f9f
commit
1bb85bcdae
@ -77,7 +77,7 @@ print_help (const char *execname)
|
|||||||
static void
|
static void
|
||||||
list_debug_options ()
|
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 << "\tMidiSourceIO\n";
|
||||||
cerr << "\tMidiPlaylistIO\n";
|
cerr << "\tMidiPlaylistIO\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user