From 029527c4c9f51c27d2538467c8d18547f682039f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 16 Apr 2020 21:55:42 +0200 Subject: Fix typos #8016 Duplicate "the", missing "file" --- gtk2_ardour/opts.cc | 2 +- gtk2_ardour/rc_option_editor.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/opts.cc b/gtk2_ardour/opts.cc index bd5bddc42b..e74bf32196 100644 --- a/gtk2_ardour/opts.cc +++ b/gtk2_ardour/opts.cc @@ -79,7 +79,7 @@ print_help (const char *execname) << _(" -D, --debug Set debug flags. Use \"-D list\" to see available options\n") #endif << _(" -h, --help Print this message\n") - << _(" -k, --keybindings Name of key bindings to load\n") + << _(" -k, --keybindings 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") diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 6c4e108213..ea5390cebf 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2935,7 +2935,7 @@ RCOptionEditor::RCOptionEditor () add_option (_("Signal Flow"), bo); Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), _("When enabled 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* iac = new ComboOption ( -- cgit v1.2.3