mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue