Update CPU-DMA preference note

This commit is contained in:
Robin Gareus 2021-06-10 20:21:51 +02:00
parent 53499648be
commit 5af30601a9
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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);
}