From 2aaf16c98e16047fb099e0f4e78c6f8e886ff515 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 5 Feb 2013 20:37:08 +0000 Subject: fix typo in recent i18n change git-svn-id: svn://localhost/ardour2/branches/3.0@14052 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/rc_option_editor.cc') 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) )); -- cgit v1.2.3