summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-07 12:03:20 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-07 12:03:20 +0000
commitbd568725e8e8bca9a4b11b5e8bfc79089342d168 (patch)
tree94989c7cc464a42f67cb1229c34ff7ec7c88c97b /gtk2_ardour
parent962cb312941a63223964c8bec8c761e328daf463 (diff)
Minor text tweak.
git-svn-id: svn://localhost/ardour2/branches/3.0@12196 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 8bdc9f2610..4a8ed4f840 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1573,7 +1573,7 @@ RCOptionEditor::RCOptionEditor ()
add_option (S_("Visual|Interface"),
new BoolOption (
"use-own-plugin-gui",
- _("Use plugins' own interface instead of a builtin one"),
+ _("Use plugins' own interfaces instead of Ardour's"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_use_plugin_own_gui),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_use_plugin_own_gui)
));