mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Plugin Manager: tweak terminology ("All" -> "Total")
This commit is contained in:
parent
aedb93f6bc
commit
a473de6fe7
1 changed files with 1 additions and 1 deletions
|
|
@ -602,7 +602,7 @@ PluginManagerUI::refill ()
|
||||||
}
|
}
|
||||||
|
|
||||||
Label* head_type = new Label (_("Type"), ALIGN_LEFT, ALIGN_CENTER);
|
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_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);
|
_tbl_nfo.attach (*head_count, 1, 2, row, row + 1, SHRINK | FILL, SHRINK, 2, 2);
|
||||||
if (pc_max.error > 0) {
|
if (pc_max.error > 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue