tweak strings now that 5.0 is out

This commit is contained in:
Robin Gareus
2016-08-13 14:51:15 +02:00
parent 836693036a
commit 313a32981e

View File

@@ -421,7 +421,7 @@ PlugUIBase::PlugUIBase (boost::shared_ptr<PluginInsert> 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<PluginInsert> 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;