summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-02-05 20:37:08 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-02-05 20:37:08 +0000
commit2aaf16c98e16047fb099e0f4e78c6f8e886ff515 (patch)
tree8729c261f93761c8455c270616c1a25729607223 /gtk2_ardour/rc_option_editor.cc
parenta9c711d488e467e24c6f30c49e5fe464b0f4abf1 (diff)
fix typo in recent i18n change
git-svn-id: svn://localhost/ardour2/branches/3.0@14052 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-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 e50b285694..59982baba8 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1744,7 +1744,7 @@ RCOptionEditor::RCOptionEditor ()
add_option (S_("GUI"),
new BoolOption (
"use-own-plugin-gui",
- string_compose (_("Use plugins' own interfaces instead of %s's"), PROGRAM_NAME),
+ string_compose (_("Use plugins' own interfaces instead of %1's"), PROGRAM_NAME),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_use_plugin_own_gui),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_use_plugin_own_gui)
));