Repharse "Quick Scan" label to "Auto skip..."

This commit is contained in:
Robin Gareus 2021-07-23 02:01:03 +02:00
parent 8a41931ff4
commit 51b1dc6587
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -45,7 +45,7 @@ using namespace std;
PluginScanDialog::PluginScanDialog (bool just_cached, bool v, Gtk::Window* parent)
: 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_one (_("Skip this plugin"))
, btn_size_group (SizeGroup::create (Gtk::SIZE_GROUP_HORIZONTAL))