Repharse "Quick Scan" label to "Auto skip..."
This commit is contained in:
parent
8a41931ff4
commit
51b1dc6587
@ -45,7 +45,7 @@ using namespace std;
|
|||||||
|
|
||||||
PluginScanDialog::PluginScanDialog (bool just_cached, bool v, Gtk::Window* parent)
|
PluginScanDialog::PluginScanDialog (bool just_cached, bool v, Gtk::Window* parent)
|
||||||
: ArdourDialog (_("Scanning for plugins"))
|
: ArdourDialog (_("Scanning for plugins"))
|
||||||
, btn_timeout_enable (_("Quick Scan"))
|
, btn_timeout_enable (_("Auto skip unresponsive plugins"))
|
||||||
, btn_cancel_all (_("Abort scanning (for all plugins)"))
|
, btn_cancel_all (_("Abort scanning (for all plugins)"))
|
||||||
, btn_cancel_one (_("Skip this plugin"))
|
, btn_cancel_one (_("Skip this plugin"))
|
||||||
, btn_size_group (SizeGroup::create (Gtk::SIZE_GROUP_HORIZONTAL))
|
, btn_size_group (SizeGroup::create (Gtk::SIZE_GROUP_HORIZONTAL))
|
||||||
|
Loading…
Reference in New Issue
Block a user