diff options
-rwxr-xr-x | bin/realtime-suggestions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/realtime-suggestions b/bin/realtime-suggestions index fa0c82e..c26055d 100755 --- a/bin/realtime-suggestions +++ b/bin/realtime-suggestions @@ -105,10 +105,10 @@ check_groups() { local groups="" groups=$(groups) if [[ "$groups" != *audio* ]]; then - echo "$change Add your user to the audio group. It's used for access to audio devices on most distros." + echo "$info Consider adding your user to the audio group. On some distributions it's used for elevated resource limits." fi if [[ "$groups" != *realtime* ]]; then - echo "$info Some distributions use the realtime group for elevated resource limits." + echo "$info Consider adding your user to the realtime group. On some distributions it's used for elevated resource limits." fi } |