mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
NO-OP: indentation
This commit is contained in:
parent
3c4025d000
commit
094d08dc2b
1 changed files with 2 additions and 2 deletions
|
|
@ -1882,7 +1882,7 @@ RCOptionEditor::RCOptionEditor ()
|
||||||
procs->add (0, _("all available processors"));
|
procs->add (0, _("all available processors"));
|
||||||
|
|
||||||
for (uint32_t i = 1; i <= hwcpus; ++i) {
|
for (uint32_t i = 1; i <= hwcpus; ++i) {
|
||||||
procs->add (i, string_compose (_("%1 processors"), i));
|
procs->add (i, string_compose (P_("%1 processor", "%1 processors", i), i));
|
||||||
}
|
}
|
||||||
|
|
||||||
procs->set_note (string_compose (_("This setting will only take effect when %1 is restarted."), PROGRAM_NAME));
|
procs->set_note (string_compose (_("This setting will only take effect when %1 is restarted."), PROGRAM_NAME));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue