summaryrefslogtreecommitdiff
path: root/libs/ardour/ladspa_plugin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ladspa_plugin.cc')
-rw-r--r--libs/ardour/ladspa_plugin.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ladspa_plugin.cc b/libs/ardour/ladspa_plugin.cc
index be3fefdaac..cebff59771 100644
--- a/libs/ardour/ladspa_plugin.cc
+++ b/libs/ardour/ladspa_plugin.cc
@@ -293,8 +293,8 @@ LadspaPlugin::set_parameter (uint32_t which, float val)
#endif
} else {
- warning << string_compose (_("illegal parameter number used with plugin \"%1\". This may"
- "indicate a change in the plugin design, and presets may be"
+ warning << string_compose (_("illegal parameter number used with plugin \"%1\". This may "
+ "indicate a change in the plugin design, and presets may be "
"invalid"), name())
<< endmsg;
}