mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix typo
This commit is contained in:
parent
1c3cc95b3b
commit
d3e1dc0b7f
1 changed files with 1 additions and 1 deletions
|
|
@ -4902,7 +4902,7 @@ These settings will only take effect after %1 is restarted.\n\
|
|||
|
||||
ComboOption<uint32_t>* rta = new ComboOption<uint32_t> (
|
||||
"max-active-rta",
|
||||
_("Limit concurrent RTA specta"),
|
||||
_("Limit concurrent RTA spectra"),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_max_active_rta),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_max_active_rta)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue