From b416a4f168b81c838acf4e5c16f96d4cd9988e37 Mon Sep 17 00:00:00 2001 From: Colin Fletcher Date: Sun, 2 Jan 2022 22:23:23 +0000 Subject: [PATCH] gtk2_ardour: fix a couple of cosmetic typos in preferences --- gtk2_ardour/rc_option_editor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 68a3bcebd7..c209d41221 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3960,7 +3960,7 @@ These settings will only take effect after %1 is restarted.\n\ _("Additional VST3 Path:")); vst3_path->set_note (_("Customizing VST3 paths is discouraged. Note that default VST3 paths as per " - "specification" + "specification " "are always searched, and need not be explicitly set.")); add_option (_("Plugins/VST"), vst3_path); @@ -4036,7 +4036,7 @@ These settings will only take effect after %1 is restarted.\n\ add_option (_("Plugins"), new BoolOption ( "show-inline-display-by-default", - _("Show Plugin Inline Display on Mixerstrip by default"), + _("Show Plugin Inline Display on Mixer Strip by default"), sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_show_inline_display_by_default), sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_inline_display_by_default) ));