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)
));