From: Robin Gareus Date: Sat, 13 Aug 2016 12:51:15 +0000 (+0200) Subject: tweak strings now that 5.0 is out X-Git-Tag: 5.1~157 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=313a32981ecd027e2f2b654dd57e56aea87a9227;p=ardour.git tweak strings now that 5.0 is out --- diff --git a/gtk2_ardour/plugin_ui.cc b/gtk2_ardour/plugin_ui.cc index 19ea8ebc6c..03c5ef301d 100644 --- a/gtk2_ardour/plugin_ui.cc +++ b/gtk2_ardour/plugin_ui.cc @@ -421,7 +421,7 @@ PlugUIBase::PlugUIBase (boost::shared_ptr pi) , delete_button (_("Delete")) , reset_button (_("Reset")) , bypass_button (ArdourButton::led_default_elements) - , pin_management_button (_("Pin Connections...")) // TODO use a shorter label once the string-freeze is over. + , pin_management_button (_("Pinout")) , description_expander (_("Description")) , plugin_analysis_expander (_("Plugin analysis")) , latency_gui (0) @@ -435,9 +435,7 @@ PlugUIBase::PlugUIBase (boost::shared_ptr pi) set_tooltip (save_button, _("Save the current preset")); set_tooltip (delete_button, _("Delete the current preset")); set_tooltip (reset_button, _("Reset parameters to default (if no parameters are in automation play mode)")); -#if 0 // string freeze is over set_tooltip (pin_management_button, _("Show Plugin Pin Management Dialog")); -#endif set_tooltip (bypass_button, _("Disable signal processing by the plugin")); _no_load_preset = 0;