13
0
Duplicate "the", missing "file"
This commit is contained in:
Robin Gareus 2020-04-16 21:55:42 +02:00
parent 5fbce4b5db
commit 029527c4c9
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ print_help (const char *execname)
<< _(" -D, --debug <options> Set debug flags. Use \"-D list\" to see available options\n")
#endif
<< _(" -h, --help Print this message\n")
<< _(" -k, --keybindings <file> Name of key bindings to load\n")
<< _(" -k, --keybindings <file> Path to the key bindings file to load\n")
<< _(" -m, --menus file Use \"file\" to define menus\n")
<< _(" -n, --no-splash Do not show splash screen\n")
<< _(" -N, --new session-name Create a new session from the command line\n")

View File

@ -2935,7 +2935,7 @@ RCOptionEditor::RCOptionEditor ()
add_option (_("Signal Flow"), bo);
Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(),
_("<b>When enabled</b> the main output bus is auto-connected to the first N physical ports. "
"If the session has a monitor-section, the monitor-bus output is connected the the hardware playback ports, "
"If the session has a monitor-section, the monitor-bus output is connected the hardware playback ports, "
"otherwise the master-bus output is directly used for playback."));
ComboOption<AutoConnectOption>* iac = new ComboOption<AutoConnectOption> (