From a473de6fe71133899c85c069be806b952883194c Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 23 Jul 2021 13:30:27 -0500 Subject: [PATCH] Plugin Manager: tweak terminology ("All" -> "Total") --- gtk2_ardour/plugin_manager_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/plugin_manager_ui.cc b/gtk2_ardour/plugin_manager_ui.cc index 58b8c4b794..15e6b44bb9 100644 --- a/gtk2_ardour/plugin_manager_ui.cc +++ b/gtk2_ardour/plugin_manager_ui.cc @@ -602,7 +602,7 @@ PluginManagerUI::refill () } Label* head_type = new Label (_("Type"), ALIGN_LEFT, ALIGN_CENTER); - Label* head_count = new Label (_("All"), ALIGN_RIGHT, ALIGN_CENTER); + Label* head_count = new Label (_("Total"), ALIGN_RIGHT, ALIGN_CENTER); _tbl_nfo.attach (*head_type, 0, 1, row, row + 1, SHRINK | FILL, SHRINK, 2, 2); _tbl_nfo.attach (*head_count, 1, 2, row, row + 1, SHRINK | FILL, SHRINK, 2, 2); if (pc_max.error > 0) {