From 5af30601a949aa122f494121862c5da16fca4fd5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 10 Jun 2021 20:21:51 +0200 Subject: [PATCH] Update CPU-DMA preference note --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 04e7b197b7..056c3bba9a 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -4396,7 +4396,7 @@ These settings will only take effect after %1 is restarted.\n\ } } - cpudma->set_note (string_compose (_("This setting requires write access to `/dev/cpu_dma_latency' to set the maximum tolerable CPU DMA, and will only take effect when %1 is restarted.\n"), PROGRAM_NAME)); + cpudma->set_note (_("This setting requires write access to `/dev/cpu_dma_latency' to set the maximum tolerable CPU DMA latency")); add_option (_("Performance"), cpudma); }